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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyException.java38 public class KeyException extends GeneralSecurityException { class in inherits:GeneralSecurityException
43 * Constructs a KeyException with no detail message. A detail
46 public KeyException() { method in class:KeyException
51 * Constructs a KeyException with the specified detail message.
57 public KeyException(String msg) { method in class:KeyException
62 * Creates a <code>KeyException</code> with the specified
72 public KeyException(String message, Throwable cause) { method in class:KeyException
77 * Creates a <code>KeyException</code> with the specified cause
87 public KeyException(Throwable cause) { method in class:KeyException

Completed in 56 milliseconds