Java javax.xml.bind MarshalException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind MarshalException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind MarshalException.

The text is from its open source code.

Constructor

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.

Method

ThrowablegetLinkedException()
Get the linked exception
StringgetMessage()
Returns the detail message string of this throwable.