org.archiviststoolkit.exceptions
Class ObjectNotRemovedException

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

public class ObjectNotRemovedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ObjectNotRemovedException()
           
ObjectNotRemovedException(java.lang.Class clazz)
           
ObjectNotRemovedException(java.lang.Class clazz, java.lang.Throwable cause)
           
ObjectNotRemovedException(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

ObjectNotRemovedException

public ObjectNotRemovedException()

ObjectNotRemovedException

public ObjectNotRemovedException(java.lang.Class clazz)

ObjectNotRemovedException

public ObjectNotRemovedException(java.lang.Class clazz,
                                 java.lang.Throwable cause)

ObjectNotRemovedException

public ObjectNotRemovedException(java.lang.Throwable cause)