All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglet.NotHandledException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.aglet.AgletException
                           |
                           +----com.ibm.aglet.NotHandledException

public class NotHandledException
extends AgletException
Signals that the message was not handled by an aglet


Constructor Index

 o NotHandledException()
Constructs a NotHandledException
 o NotHandledException(String)
Constructs a NotHandledException with the detailed message.

Constructors

 o NotHandledException
 public NotHandledException()
Constructs a NotHandledException

 o NotHandledException
 public NotHandledException(String s)
Constructs a NotHandledException with the detailed message.

Parameters:
s - the detailed message

All Packages  Class Hierarchy  This Package  Previous  Next  Index