Example usage for Java javax.xml.crypto KeySelectorException fields, constructors, methods, implement or subclass
The text is from its open source code.
KeySelectorException(String message) Constructs a new KeySelectorException with the specified detail message. | |
KeySelectorException(Throwable cause) Constructs a new KeySelectorException with the specified cause and a detail message of (cause==null ? | |
KeySelectorException() Constructs a new KeySelectorException with null as its detail message. |