Module java.xml.bind
Package javax.xml.bind

Class DataBindingException

  • All Implemented Interfaces:
    Serializable


    public class DataBindingException
    extends RuntimeException 
    Exception that represents a failure in a JAXB 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:
    JAXB, Serialized Form
    • Constructor Detail

      • DataBindingException

        public DataBindingException​(String message,
         Throwable cause)
      • DataBindingException

        public DataBindingException​(Throwable cause)