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
Exception that represents a failure in a Jakarta XML Binding operation.
 
 This exception differs from JAXBException in that
 this is an unchecked exception, while JAXBException
 is a checked exception.
- Since:
 - 1.6, JAXB 2.1
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDataBindingException(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 
- 
Constructor Details
- 
DataBindingException
 - 
DataBindingException
 
 -