Class aglet.MessageException
All Packages Class Hierarchy This Package Previous Next Index
Class aglet.MessageException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----aglet.AgletException
|
+----aglet.MessageException
- public class MessageException
- extends AgletException
Signals that the exception occured while processsing the message.
-
MessageException(Throwable)
-
-
MessageException(Throwable, String)
-
-
getException()
- Gets the message occured
MessageException
public MessageException(Throwable ex)
MessageException
public MessageException(Throwable ex,
String s)
getException
public Throwable getException()
- Gets the message occured
All Packages Class Hierarchy This Package Previous Next Index