org.archiviststoolkit.exceptions
Class UnsupportedParentComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.exceptions.UnsupportedParentComponentException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedParentComponentException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UnsupportedParentComponentException()
           
UnsupportedParentComponentException(java.lang.String message)
           
UnsupportedParentComponentException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportedParentComponentException(java.lang.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

UnsupportedParentComponentException

public UnsupportedParentComponentException()

UnsupportedParentComponentException

public UnsupportedParentComponentException(java.lang.String message)

UnsupportedParentComponentException

public UnsupportedParentComponentException(java.lang.String message,
                                           java.lang.Throwable cause)

UnsupportedParentComponentException

public UnsupportedParentComponentException(java.lang.Throwable cause)