Example usage for Java javax.xml.bind MarshalException fields, constructors, methods, implement or subclass
The text is from its open source code.
MarshalException(String message, String errorCode) Construct a MarshalException with the specified detail message and vendor specific errorCode. | |
MarshalException(String message, Throwable exception) Construct a MarshalException with the specified detail message and linkedException. | |
MarshalException(String message) Construct a MarshalException with the specified detail message. | |
MarshalException(Throwable exception) Construct a MarshalException with a linkedException. |
Throwable | getLinkedException() Get the linked exception |
String | getMessage() Returns the detail message string of this throwable. |