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

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

Introduction

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

The text is from its open source code.

Constructor

MarshalException(String message)
Constructs a new MarshalException with the specified detail message.
MarshalException(Throwable cause)
Constructs a new MarshalException with the specified cause and a detail message of (cause==null ?

Method

ThrowablegetCause()
Returns the cause of this MarshalException or null if the cause is nonexistent or unknown.
StringgetMessage()
Returns the detail message string of this throwable.