javax.agent
Class JasException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.agent.JasException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TimeoutException

public class JasException
extends java.lang.Exception

The JasException is the base of exceptions defined in the JAS(Java Agent Services) API.

See Also:
Serialized Form

Field Summary
private  java.lang.Exception exp
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JasException()
           
JasException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception getException()
          Returns the exception that caused this exception if it is stored, otherwise null.
 void setException(java.lang.Exception exp)
          Sets the original exception.
 
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
 

Field Detail

exp

private java.lang.Exception exp
Constructor Detail

JasException

public JasException()

JasException

public JasException(java.lang.String msg)
Method Detail

setException

public void setException(java.lang.Exception exp)
Sets the original exception.


getException

public java.lang.Exception getException()
Returns the exception that caused this exception if it is stored, otherwise null.



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.