public class DeleteException extends RegistryException
causeSTATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING| Constructor and Description | 
|---|
DeleteException()
Constructs a  
JAXRException object with no
 reason or embedded Throwable. | 
DeleteException(java.lang.String reason)
Constructs a  
JAXRException object with the given
 String as the reason for the exception being thrown. | 
DeleteException(java.lang.String reason,
               java.lang.Throwable cause)
Constructs a  
JAXRException object with the given
 String as the reason for the exception being thrown
 and the given Throwable object as an embedded
 Throwable. | 
DeleteException(java.lang.Throwable cause)
Constructs a  
JAXRException object initialized
 with the given Throwable object. | 
getErrorObjectKey, setErrorObjectKeygetCause, getMessage, getRequestId, getStatus, initCause, isAvailablepublic DeleteException()
JAXRException object with no
 reason or embedded Throwable.public DeleteException(java.lang.String reason)
JAXRException object with the given
 String as the reason for the exception being thrown.reason - a description of what caused the exceptionpublic DeleteException(java.lang.String reason,
                       java.lang.Throwable cause)
JAXRException object with the given
 String as the reason for the exception being thrown
 and the given Throwable object as an embedded
 Throwable.reason - a description of what caused the exceptioncause - a Throwable object that is to
        be embedded in this JAXRException objectpublic DeleteException(java.lang.Throwable cause)
JAXRException object initialized
 with the given Throwable object.cause - the Throwable that caused this Exception