Package org.bremersee.xml
Class JaxbRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bremersee.xml.JaxbRuntimeException
- All Implemented Interfaces:
Serializable
The
JaxbContextBuilder
throws this exception instead of JAXBException
.- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaxbRuntimeException
(String message) Instantiates a new jaxb runtime exception.JaxbRuntimeException
(String message, Throwable cause) Instantiates a new jaxb runtime exception.JaxbRuntimeException
(Throwable cause) Instantiates a new jaxb runtime exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JaxbRuntimeException
Instantiates a new jaxb runtime exception.- Parameters:
cause
- the cause
-
JaxbRuntimeException
Instantiates a new jaxb runtime exception.- Parameters:
message
- the message
-
JaxbRuntimeException
Instantiates a new jaxb runtime exception.- Parameters:
message
- the messagecause
- the cause
-