org.objectweb.jonathan.presentation.api

Class MarshalException


public class MarshalException
extends JonathanException

MarshalException is a checked exception that indicates that an error occured when marshalling data.

Constructor Summary

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.

Constructor Details

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.