- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.xml.bind.DataBindingException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataBindingException extends java.lang.RuntimeException
Exception that represents a failure in a Jakarta XML Binding operation.This exception differs from
JAXBException
in that this is an unchecked exception, whileJAXBException
is a checked exception.- See Also:
JAXB
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataBindingException(java.lang.String message, java.lang.Throwable cause)
DataBindingException(java.lang.Throwable cause)
-