com.sas.drugdev.remote.repository.security
Class UndeleteableEntryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sas.drugdev.remote.repository.security.UndeleteableEntryException
All Implemented Interfaces:
java.io.Serializable

public class UndeleteableEntryException
extends java.lang.Exception

The UndeleteableEntryException is thrown when a user attempts to delete an AccessControlEntry that is not deleteable.

See Also:
Serialized Form

Constructor Summary
UndeleteableEntryException()
           
UndeleteableEntryException(java.lang.String message)
           
UndeleteableEntryException(java.lang.String message, java.lang.Throwable cause)
           
UndeleteableEntryException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndeleteableEntryException

public UndeleteableEntryException()

UndeleteableEntryException

public UndeleteableEntryException(java.lang.String message)

UndeleteableEntryException

public UndeleteableEntryException(java.lang.Throwable cause)

UndeleteableEntryException

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