com.autonomy.aci.exceptions
Class AgentNotFoundException

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

public class AgentNotFoundException
extends IDOLException

Indicates that IDOL refused to process an action because the specified agent does not have an entry on IDOL.

See Also:
Serialized Form

Constructor Summary
AgentNotFoundException(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

AgentNotFoundException

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

setAgentname

public void setAgentname(java.lang.String sAgentname)

getMessage

public java.lang.String getMessage()