org.iids.aos.exception
Class AgentScapeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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.