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

/libcore/luni/src/main/java/java/security/
H A DKeyStoreException.java21 * {@code KeyStoreException} is a general {@code KeyStore} exception.
25 public class KeyStoreException extends GeneralSecurityException { class in inherits:GeneralSecurityException
30 * Constructs a new instance of {@code KeyStoreException} with the
36 public KeyStoreException(String msg) { method in class:KeyStoreException
41 * Constructs a new instance of {@code KeyStoreException}.
43 public KeyStoreException() { method in class:KeyStoreException
47 * Constructs a new instance of {@code KeyStoreException} with the
55 public KeyStoreException(String message, Throwable cause) { method in class:KeyStoreException
60 * Constructs a new instance of {@code KeyStoreException} with the
66 public KeyStoreException(Throwabl method in class:KeyStoreException
[all...]

Completed in 47 milliseconds