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

/libcore/ojluni/src/main/java/java/security/
H A DKeyManagementException.java31 * KeyManagementException that developers might create for
46 public class KeyManagementException extends KeyException { class in inherits:KeyException
51 * Constructs a KeyManagementException with no detail message. A
55 public KeyManagementException() { method in class:KeyManagementException
60 * Constructs a KeyManagementException with the specified detail
66 public KeyManagementException(String msg) { method in class:KeyManagementException
71 * Creates a <code>KeyManagementException</code> with the specified
81 public KeyManagementException(String message, Throwable cause) { method in class:KeyManagementException
86 * Creates a <code>KeyManagementException</code> with the specified cause
96 public KeyManagementException(Throwabl method in class:KeyManagementException
[all...]

Completed in 817 milliseconds