Package jakarta.xml.bind
Class DataBindingException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jakarta.xml.bind.DataBindingException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DataBindingException extends RuntimeException
Exception that represents a failure in a Jakarta XML Binding operation.This exception differs from
JAXBExceptionin that this is an unchecked exception, whileJAXBExceptionis a checked exception.- Since:
 - 1.6, JAXB 2.1
 - See Also:
 JAXB, Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description DataBindingException(String message, Throwable cause)DataBindingException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -