public class RecoverableException extends JiBXException
Constructor and 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, printStackTrace
public 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