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:
- java.io.Serializable
public class AncestorRebuildException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AncestorRebuildException
public AncestorRebuildException()
AncestorRebuildException
public AncestorRebuildException(java.lang.String message)
AncestorRebuildException
public AncestorRebuildException(java.lang.String message,
java.lang.Throwable cause)
AncestorRebuildException
public AncestorRebuildException(java.lang.Throwable cause)
Copyright © 2003-2010 Atlassian. All Rights Reserved.