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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

ThrowablegetCause()
Returns the cause of this URIReferenceException or null if the cause is nonexistent or unknown.