Class UnrecoverableException

All Implemented Interfaces:
Serializable

public class UnrecoverableException extends JiBXException
Unrecoverable exception class. This is used for fatal errors in marshalling and unmarshalling.
Version:
1.0
Author:
Dennis M. Sosnoski
See Also:
  • Constructor Details

    • UnrecoverableException

      public UnrecoverableException(String msg)
      Constructor from message.
      Parameters:
      msg - message describing the exception condition
    • UnrecoverableException

      public UnrecoverableException(String msg, Throwable root)
      Constructor from message and wrapped exception.
      Parameters:
      msg - message describing the exception condition
      root - exception which caused this exception