com.autonomy.aci.exceptions
Class AgentExistsException

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

public class AgentExistsException
extends IDOLException

Indicates that IDOL refused to create an agent as the user already has an agent with the same name.

See Also:
Serialized Form

Constructor Summary
AgentExistsException(java.lang.String sAgentname)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setAgentname(java.lang.String sAgentname)
           
 
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

AgentExistsException

public AgentExistsException(java.lang.String sAgentname)
Method Detail

setAgentname

public void setAgentname(java.lang.String sAgentname)

getMessage

public java.lang.String getMessage()