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.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDataBindingException(String message, Throwable cause) DataBindingException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DataBindingException
- 
DataBindingException
 
-