com.ibm.aglet
Class AgletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
| 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. |
| 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 |
_original
private boolean _original
_stackTrace
private java.lang.String _stackTrace
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.
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