java.io.SerializableValidationExceptionpublic class RecoverableException extends JiBXException
| Constructor | Description |
|---|---|
RecoverableException(java.lang.String msg) |
Constructor from message.
|
RecoverableException(java.lang.String msg,
java.lang.Throwable root) |
Constructor from message and wrapped exception.
|
getCause, getRootCause, printStackTrace, printStackTrace, printStackTracepublic RecoverableException(java.lang.String msg)
msg - message describing the exception conditionpublic RecoverableException(java.lang.String msg,
java.lang.Throwable root)
msg - message describing the exception conditionroot - exception which caused this exception