com.atlassian.confluence.pages.ancestors
Class AncestorRebuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AncestorRebuildException()
           
AncestorRebuildException(String message)
           
AncestorRebuildException(String message, Throwable cause)
           
AncestorRebuildException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

AncestorRebuildException

public AncestorRebuildException()

AncestorRebuildException

public AncestorRebuildException(String message)

AncestorRebuildException

public AncestorRebuildException(String message,
                                Throwable cause)

AncestorRebuildException

public AncestorRebuildException(Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.