org.objectweb.jonathan.presentation.api
Class UnMarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.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
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
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.