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

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

Completed in 33 milliseconds