com.atlassian.confluence.pages.ancestors
Class AncestorRebuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.pages.ancestors.AncestorRebuildException
- All Implemented Interfaces:
- Serializable
public class AncestorRebuildException
- extends Exception
Thrown when there is a problem rebuilding the page ancestor tree.
- See Also:
PageAncestorManager
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AncestorRebuildException
public AncestorRebuildException()
AncestorRebuildException
public AncestorRebuildException(String message)
AncestorRebuildException
public AncestorRebuildException(String message,
Throwable cause)
AncestorRebuildException
public AncestorRebuildException(Throwable cause)