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