com.sas.drugdev.remote.repository.security
Class EntryExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.security.EntryExistsException
- All Implemented Interfaces:
- java.io.Serializable
public class EntryExistsException
- extends java.lang.Exception
The EntryExistsException is thrown when a user attempts to create an AccessControlEntry
in an AccessControlList
when that entry already exists in the list.
- 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 |
EntryExistsException
public EntryExistsException()
EntryExistsException
public EntryExistsException(java.lang.String message)
EntryExistsException
public EntryExistsException(java.lang.Throwable cause)
EntryExistsException
public EntryExistsException(java.lang.String message,
java.lang.Throwable cause)