com.sas.drugdev.remote.repository.security
Class UndeleteableEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
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 |
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)