summaryrefslogtreecommitdiff
path: root/android/security/keystore/UserPresenceUnavailableException.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/security/keystore/UserPresenceUnavailableException.java')
-rw-r--r--android/security/keystore/UserPresenceUnavailableException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/security/keystore/UserPresenceUnavailableException.java b/android/security/keystore/UserPresenceUnavailableException.java
index cf4099ef..1b053a5c 100644
--- a/android/security/keystore/UserPresenceUnavailableException.java
+++ b/android/security/keystore/UserPresenceUnavailableException.java
@@ -16,13 +16,13 @@
package android.security.keystore;
-import java.security.InvalidAlgorithmParameterException;
+import java.security.InvalidKeyException;
/**
* Indicates the condition that a proof of user-presence was
* requested but this proof was not presented.
*/
-public class UserPresenceUnavailableException extends InvalidAlgorithmParameterException {
+public class UserPresenceUnavailableException extends InvalidKeyException {
/**
* Constructs a {@code UserPresenceUnavailableException} without a detail message or cause.
*/