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

/frameworks/base/keystore/java/android/security/
H A DKeyChainException.java22 public class KeyChainException extends Exception { class in inherits:Exception
25 * Constructs a new {@code KeyChainException} that includes the
28 public KeyChainException() { method in class:KeyChainException
32 * Constructs a new {@code KeyChainException} with the current stack
38 public KeyChainException(String detailMessage) { method in class:KeyChainException
43 * Constructs a new {@code KeyChainException} with the current stack
51 public KeyChainException(String message, Throwable cause) { method in class:KeyChainException
56 * Constructs a new {@code KeyChainException} with the current stack
62 public KeyChainException(Throwable cause) { method in class:KeyChainException

Completed in 345 milliseconds