Class DataBindingException

All Implemented Interfaces:
Serializable

public class DataBindingException extends RuntimeException
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 Details

    • DataBindingException

      public DataBindingException(String message, Throwable cause)
    • DataBindingException

      public DataBindingException(Throwable cause)