|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.presentation.api.EndOfMessageException
EndOfMessageException is a checked exception that indicates that the end of the message on which some operation is performed has been reached.
Constructor Summary | |
EndOfMessageException()
Constructs a new EndOfMessageException with no detail message. |
|
EndOfMessageException(Exception exception)
Builds a EndOfMessageException that wraps another exception. |
|
EndOfMessageException(String s)
Builds a EndOfMessageException with a detail message. |
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EndOfMessageException()
public EndOfMessageException(String s)
public EndOfMessageException(Exception exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |