org.objectweb.jonathan.apis.presentation
Class EndOfMessageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonathan.apis.kernel.JonathanException
              extended byorg.objectweb.jonathan.apis.presentation.EndOfMessageException
All Implemented Interfaces:
java.io.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

Constructor Summary
EndOfMessageException()
          Constructs a new EndOfMessageException with no detail message.
EndOfMessageException(java.lang.Exception exception)
          Builds a EndOfMessageException that wraps another exception.
EndOfMessageException(java.lang.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

EndOfMessageException

public EndOfMessageException()
Constructs a new EndOfMessageException with no detail message.


EndOfMessageException

public EndOfMessageException(java.lang.String s)
Builds a EndOfMessageException with a detail message.


EndOfMessageException

public EndOfMessageException(java.lang.Exception exception)
Builds a EndOfMessageException that wraps another exception.