com.ibm.aglet
Class AgletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.aglet.AgletException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgletNotFoundException, InvalidAgletException, MessageException, NotHandledException, RequestRefusedException, ShuttingDownException

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

Signals that an aglet exception has occurred.

Version:
1.10 $Date: 2001/07/28 06:34:02 $
Author:
Danny B. Lange
See Also:
Serialized Form

Field Summary
private  boolean _original
           
private  java.lang.String _stackTrace
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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()
           
private  void readObject(java.io.ObjectInputStream s)
           
private  void writeObject(java.io.ObjectOutputStream s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_original

private boolean _original

_stackTrace

private java.lang.String _stackTrace
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()

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException