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