com.ibm.aglet
Class MessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.aglet.AgletException
                    |
                    +--com.ibm.aglet.MessageException
All Implemented Interfaces:
java.io.Serializable

public class MessageException
extends AgletException

Signals that the exception occured while processsing the message.

Version:
1.10 $Date: 2001/07/28 06:33:56 $
Author:
Mitsuru Oshima
See Also:
Serialized Form

Constructor Summary
MessageException(java.lang.Throwable ex)
           
MessageException(java.lang.Throwable ex, java.lang.String s)
           
 
Method Summary
 java.lang.Throwable getException()
          Gets the message occured
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.aglet.AgletException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageException

public MessageException(java.lang.Throwable ex)

MessageException

public MessageException(java.lang.Throwable ex,
                        java.lang.String s)
Method Detail

getException

public java.lang.Throwable getException()
Gets the message occured

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable