org.objectweb.jonathan.presentation.api
Class MarshalException
JonathanException
org.objectweb.jonathan.presentation.api.MarshalException
public class MarshalException
extends JonathanException
MarshalException is a checked exception that indicates that an error occured
when marshalling data.
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.
|
MarshalException
public MarshalException()
Constructs a new MarshalException with no detail message.
MarshalException
public MarshalException(Exception exception)
Builds a MarshalException that wraps another exception.
MarshalException
public MarshalException(String s)
Builds a MarshalException with a detail message.