public class EndOfMessageException
extends org.objectweb.jonathan.apis.kernel.JonathanException
Constructor and Description |
---|
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.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public EndOfMessageException()
public EndOfMessageException(String s)
public EndOfMessageException(Exception exception)