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

/libcore/luni/src/main/java/java/security/
H A DKeyManagementException.java21 * {@code KeyManagementException} is a general exception, thrown to indicate an
24 public class KeyManagementException extends KeyException { class in inherits:KeyException
29 * Constructs a new instance of {@code KeyManagementException} with the
35 public KeyManagementException(String msg) { method in class:KeyManagementException
40 * Constructs a new instance of {@code KeyManagementException}.
42 public KeyManagementException() { method in class:KeyManagementException
46 * Constructs a new instance of {@code KeyManagementException} with the
54 public KeyManagementException(String message, Throwable cause) { method in class:KeyManagementException
59 * Constructs a new instance of {@code KeyManagementException} with the
65 public KeyManagementException(Throwabl method in class:KeyManagementException
[all...]

Completed in 42 milliseconds