Class aglet.NotHandledException
All Packages Class Hierarchy This Package Previous Next Index
Class aglet.NotHandledException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----aglet.AgletException
|
+----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