com.autonomy.aci.exceptions
Class RoleExistsException

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.RoleExistsException
All Implemented Interfaces:
java.io.Serializable

public class RoleExistsException
extends IDOLException

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

See Also:
Serialized Form

Constructor Summary
RoleExistsException(java.lang.String sRolename)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setRolename(java.lang.String sRolename)
           
 
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

RoleExistsException

public RoleExistsException(java.lang.String sRolename)
Method Detail

setRolename

public void setRolename(java.lang.String sRolename)

getMessage

public java.lang.String getMessage()