org.objectweb.jonathan.presentation.api
Class EndOfMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.presentation.api.EndOfMessageException
- All Implemented Interfaces:
- Serializable
public class EndOfMessageException
- extends org.objectweb.jonathan.apis.kernel.JonathanException
EndOfMessageException is a checked exception that indicates that the end of
the message on which some operation is performed has been reached.
- See Also:
- Serialized Form
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
EndOfMessageException
public EndOfMessageException()
- Constructs a new EndOfMessageException with no detail message.
EndOfMessageException
public EndOfMessageException(String s)
- Builds a EndOfMessageException with a detail message.
EndOfMessageException
public EndOfMessageException(Exception exception)
- Builds a EndOfMessageException that wraps another exception.