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