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