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 Summary
ConstructorDescriptionDataBindingException
(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
-