com.autonomy.aci.exceptions
Class PrivilegeExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.IDOLException
                  extended bycom.autonomy.aci.exceptions.PrivilegeExistsException
All Implemented Interfaces:
java.io.Serializable

public class PrivilegeExistsException
extends IDOLException

Indicates that IDOL refused to create a Privilege as the Privilege already exists.

See Also:
Serialized Form

Constructor Summary
PrivilegeExistsException(java.lang.String sPrivilegename)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setPrivilegename(java.lang.String sPrivilegename)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrivilegeExistsException

public PrivilegeExistsException(java.lang.String sPrivilegename)
Method Detail

setPrivilegename

public void setPrivilegename(java.lang.String sPrivilegename)

getMessage

public java.lang.String getMessage()