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
public class LinksUpdateException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinksUpdateException(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
-
-