Class URIReferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.crypto.URIReferenceException
All Implemented Interfaces:
Serializable

public class URIReferenceException extends Exception
Indicates an exceptional condition thrown while dereferencing a URIReference.

A URIReferenceException can contain a cause: another throwable that caused this URIReferenceException to get thrown.

Since:
1.6
See Also: