com.autonomy.aci.exceptions
Class MaximumAgentsException

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

public class MaximumAgentsException
extends IDOLException

Indicates that IDOL refused to process an AgentAdd or AgentCopy action because the specified user already has the maximum number of agents allowed by the IDOL configuration.

See Also:
Serialized Form

Constructor Summary
MaximumAgentsException(java.lang.String sUsername)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setUsername(java.lang.String sUsername)
           
 
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

MaximumAgentsException

public MaximumAgentsException(java.lang.String sUsername)
Method Detail

setUsername

public void setUsername(java.lang.String sUsername)

getMessage

public java.lang.String getMessage()