Class MarshallingFailureException

All Implemented Interfaces:
Serializable

public class MarshallingFailureException extends MarshallingException
Exception thrown on marshalling failure.
Since:
3.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • MarshallingFailureException

      public MarshallingFailureException(String msg)
      Construct a MarshallingFailureException with the specified detail message.
      Parameters:
      msg - the detail message
    • MarshallingFailureException

      public MarshallingFailureException(String msg, Throwable cause)
      Construct a MarshallingFailureException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message
      cause - the nested exception