Package javax.xml.bind
Class MarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
javax.xml.bind.MarshalException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionMarshalException
(String message) MarshalException
(String message, String errorCode) MarshalException
(String message, String errorCode, Throwable exception) MarshalException
(String message, Throwable exception) MarshalException
(Throwable exception) -
Method Summary
Methods inherited from class javax.xml.bind.JAXBException
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
MarshalException
-
MarshalException
-
MarshalException
-
MarshalException
-
MarshalException
-