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

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

Introduction

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

The text is from its open source code.

Constructor

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.