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