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