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