Class LinksUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.content.render.xhtml.links.LinksUpdateException
- All Implemented Interfaces:
Serializable
Checked exception thrown when there is an error updating the links on a piece of content (normally in response to a renaming
of moving of content to a different space).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLinksUpdateException
(String message) LinksUpdateException
(String message, Throwable cause) LinksUpdateException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LinksUpdateException
-
LinksUpdateException
-
LinksUpdateException
-