com.atlassian.confluence.importexport.exception
Class ParentNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.atlassian.confluence.importexport.exception.ParentNotFoundException
All Implemented Interfaces:
Serializable

public class ParentNotFoundException
extends RuntimeException

See Also:
Serialized Form

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

ParentNotFoundException

public ParentNotFoundException(String message)

ParentNotFoundException

public ParentNotFoundException(Throwable cause)

ParentNotFoundException

public ParentNotFoundException(String message,
                               Throwable cause)


Confluence is developed by Atlassian.