public class MarshalException extends JAXBException
JAXBException, Marshaller, Serialized Form| Constructor and Description | 
|---|
| MarshalException(java.lang.String message)Construct a MarshalException with the specified detail message. | 
| MarshalException(java.lang.String message, java.lang.String errorCode)Construct a MarshalException with the specified detail message and vendor specific errorCode. | 
| MarshalException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable exception)Construct a MarshalException with the specified detail message and vendor specific errorCode. | 
| MarshalException(java.lang.String message, java.lang.Throwable exception)Construct a MarshalException with the specified detail message and linkedException. | 
| MarshalException(java.lang.Throwable exception)Construct a MarshalException with a linkedException. | 
getErrorCode, getLinkedException, printStackTrace, printStackTrace, setLinkedException, toStringpublic MarshalException(java.lang.String message)
message - a description of the exceptionpublic MarshalException(java.lang.String message,
                        java.lang.String errorCode)
message - a description of the exceptionerrorCode - a string specifying the vendor specific error codepublic MarshalException(java.lang.Throwable exception)
exception - the linked exceptionpublic MarshalException(java.lang.String message,
                        java.lang.Throwable exception)
message - a description of the exceptionexception - the linked exceptionpublic MarshalException(java.lang.String message,
                        java.lang.String errorCode,
                        java.lang.Throwable exception)
message - a description of the exceptionerrorCode - a string specifying the vendor specific error codeexception - the linked exception