com.ibm.aglet
Class MessageException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.aglet.AgletException
|
+--com.ibm.aglet.MessageException
- public class MessageException
- extends AgletException
Signals that the exception occured while processsing the message.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Throwable |
getException()
Gets the message occured |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MessageException
public MessageException(java.lang.Throwable ex)
MessageException
public MessageException(java.lang.Throwable ex,
java.lang.String s)
getException
public java.lang.Throwable getException()
- Gets the message occured
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Throwable