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

/libcore/luni/src/main/java/java/security/
H A DInvalidKeyException.java21 * {@code InvalidKeyException} indicates exceptional conditions, caused by an
24 public class InvalidKeyException extends KeyException { class in inherits:KeyException
29 * Constructs a new instance of {@code InvalidKeyException} with the given
35 public InvalidKeyException(String msg) { method in class:InvalidKeyException
40 * Constructs a new instance of {@code InvalidKeyException}.
42 public InvalidKeyException() { method in class:InvalidKeyException
46 * Constructs a new instance of {@code InvalidKeyException} with the given
54 public InvalidKeyException(String message, Throwable cause) { method in class:InvalidKeyException
59 * Constructs a new instance of {@code InvalidKeyException} with the cause.
64 public InvalidKeyException(Throwabl method in class:InvalidKeyException
[all...]

Completed in 198 milliseconds