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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
EntryExistsException()
           
EntryExistsException(java.lang.String message)
           
EntryExistsException(java.lang.String message, java.lang.Throwable cause)
           
EntryExistsException(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

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)