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
-
NotHandledException()
- Constructs a NotHandledException
-
NotHandledException(String)
- Constructs a NotHandledException with the detailed message.
NotHandledException
public NotHandledException()
- Constructs a NotHandledException
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