org.objectweb.jonathan.apis.presentation
Class MarshalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonathan.apis.kernel.JonathanException
|
+--org.objectweb.jonathan.apis.presentation.MarshalException
- All Implemented Interfaces:
- Serializable
- public class MarshalException
- extends JonathanException
MarshalException is a checked exception that indicates that an error occured
when marshalling data.
- See Also:
- Serialized Form
MarshalException
public MarshalException()
- Constructs a new MarshalException with no detail message.
MarshalException
public MarshalException(String s)
- Builds a MarshalException with a detail message.
MarshalException
public MarshalException(Exception exception)
- Builds a MarshalException that wraps another exception.