Searched defs:KeySelectorException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DKeySelectorException.java26 * $Id: KeySelectorException.java,v 1.3 2005/05/10 15:47:42 mullan Exp $
36 * <p>A <code>KeySelectorException</code> can contain a cause: another
37 * throwable that caused this <code>KeySelectorException</code> to get thrown.
43 public class KeySelectorException extends Exception { class in inherits:Exception
57 * Constructs a new <code>KeySelectorException</code> with
60 public KeySelectorException() { method in class:KeySelectorException
65 * Constructs a new <code>KeySelectorException</code> with the specified
70 public KeySelectorException(String message) { method in class:KeySelectorException
75 * Constructs a new <code>KeySelectorException</code> with the
85 public KeySelectorException(Strin method in class:KeySelectorException
100 public KeySelectorException(Throwable cause) { method in class:KeySelectorException
[all...]

Completed in 2083 milliseconds