Class JaxbRuntimeException

All Implemented Interfaces:
Serializable

public class JaxbRuntimeException extends RuntimeException
The JaxbContextBuilder throws this exception instead of JAXBException.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • JaxbRuntimeException

      public JaxbRuntimeException(Throwable cause)
      Instantiates a new jaxb runtime exception.
      Parameters:
      cause - the cause
    • JaxbRuntimeException

      public JaxbRuntimeException(String message)
      Instantiates a new jaxb runtime exception.
      Parameters:
      message - the message
    • JaxbRuntimeException

      public JaxbRuntimeException(String message, Throwable cause)
      Instantiates a new jaxb runtime exception.
      Parameters:
      message - the message
      cause - the cause