org.iids.aos.exception
Class AgentScapeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.exception.AgentScapeException
All Implemented Interfaces:
java.io.Serializable

public class AgentScapeException
extends java.lang.Exception
implements java.io.Serializable

Generic exception for AgentScape calls. Usually this exception is used for simplicitly, the exact reason for the exception can be obtained by the Throwable.getCause() method.

See Also:
Serialized Form

Constructor Summary
AgentScapeException(java.lang.String desc)
           
AgentScapeException(java.lang.String desc, java.lang.Throwable t)
           
AgentScapeException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentScapeException

public AgentScapeException(java.lang.String desc)

AgentScapeException

public AgentScapeException(java.lang.String desc,
                           java.lang.Throwable t)

AgentScapeException

public AgentScapeException(java.lang.Throwable t)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.