org.objectweb.jonathan.presentation.api
Class UnMarshalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonathan.apis.kernel.JonathanException
              extended byorg.objectweb.jonathan.presentation.api.UnMarshalException
All Implemented Interfaces:
Serializable

public class UnMarshalException
extends org.objectweb.jonathan.apis.kernel.JonathanException

UnMarshalException is a checked exception that indicates that an error occurred when unmarshalling data.

See Also:
Serialized Form

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

UnMarshalException

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


UnMarshalException

public UnMarshalException(String s)
Builds a UnMarshalException with a detail message.


UnMarshalException

public UnMarshalException(Exception exception)
Builds a UnMarshalException that wraps another exception.