org.archiviststoolkit.exceptions
Class DeleteException

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

public class DeleteException
extends java.lang.Exception

Thrown when we see a serious persistence issue.

See Also:
Serialized Form

Constructor Summary
DeleteException(java.lang.String message)
          Constructor for construction of a new persistence exception.
DeleteException(java.lang.String message, java.lang.Throwable cause)
          Constructor for wrapping internal exceptions.
 
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

DeleteException

public DeleteException(java.lang.String message,
                       java.lang.Throwable cause)
Constructor for wrapping internal exceptions.

Parameters:
message - string for human consumption
cause - the original exception which caused this one

DeleteException

public DeleteException(java.lang.String message)
Constructor for construction of a new persistence exception.

Parameters:
message - string for human consumption