public abstract class MarshallingException extends XmlMappingException
MarshallingFailureException
,
UnmarshallingFailureException
,
Serialized FormModifier | Constructor and Description |
---|---|
protected |
MarshallingException(java.lang.String msg)
Construct a
MarshallingException with the specified detail message. |
protected |
MarshallingException(java.lang.String msg,
java.lang.Throwable cause)
Construct a
MarshallingException with the specified detail message
and nested exception. |
contains, getMessage, getMostSpecificCause, getRootCause
protected MarshallingException(java.lang.String msg)
MarshallingException
with the specified detail message.msg
- the detail messageprotected MarshallingException(java.lang.String msg, java.lang.Throwable cause)
MarshallingException
with the specified detail message
and nested exception.msg
- the detail messagecause
- the nested exception