|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.aglet.AgletException | +--com.ibm.aglet.NotHandledException
Signals that the message was not handled by an aglet
Constructor Summary | |
NotHandledException()
Constructs a NotHandledException |
|
NotHandledException(java.lang.String s)
Constructs a NotHandledException with the detailed message. |
Methods inherited from class com.ibm.aglet.AgletException |
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotHandledException()
public NotHandledException(java.lang.String s)
s
- the detailed message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |