com.ibm.aglet
Class AgletException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.aglet.AgletException
Direct Known Subclasses:
AgletNotFoundException, InvalidAgletException, MessageException, NotHandledException, RequestRefusedException

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

Signals that an aglet exception has occurred.

See Also:
Serialized Form

Constructor Summary
AgletException()
          Constructs an AgletException with no detail message.
AgletException(java.lang.String s)
          Constructs an AgletException with the specified detail message.
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgletException

public AgletException()
Constructs an AgletException with no detail message. A detail message is a string that describes this particular exception.

AgletException

public AgletException(java.lang.String s)
Constructs an AgletException with the specified detail message. A detail message is a string that describes this particular exception.
Parameters:
s - the detail message.
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable