public class MarshalException
extends org.objectweb.jonathan.apis.kernel.JonathanException
Constructor and Description |
---|
MarshalException()
Constructs a new MarshalException with no detail message.
|
MarshalException(Exception exception)
Builds a MarshalException that wraps another exception.
|
MarshalException(String s)
Builds a MarshalException with a detail message.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public MarshalException()
public MarshalException(String s)
public MarshalException(Exception exception)