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.

Constructor Index

 o MessageException(Throwable)
 o MessageException(Throwable, String)

Method Index

 o getException()
Gets the message occured

Constructors

 o MessageException
  public MessageException(Throwable ex)
 o MessageException
  public MessageException(Throwable ex,
                          String s)

Methods

 o getException
  public Throwable getException()
Gets the message occured

All Packages  Class Hierarchy  This Package  Previous  Next  Index