Example usage for Java javax.xml.crypto MarshalException fields, constructors, methods, implement or subclass
The text is from its open source code.
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 ? |
Throwable | getCause() Returns the cause of this MarshalException or null if the cause is nonexistent or unknown. |
String | getMessage() Returns the detail message string of this throwable. |