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