UserPresenceUnavailableException
public
class
UserPresenceUnavailableException
extends InvalidKeyException
java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.security.GeneralSecurityException | |||||
↳ | java.security.KeyException | |||||
↳ | java.security.InvalidKeyException | |||||
↳ | android.security.keystore.UserPresenceUnavailableException |
Indicates the condition that a proof of user-presence was requested but this proof was not presented.
Summary
Public constructors | |
---|---|
UserPresenceUnavailableException()
Constructs a |
|
UserPresenceUnavailableException(String message)
Constructs a |
|
UserPresenceUnavailableException(String message, Throwable cause)
Constructs a |
Inherited methods | |
---|---|
Public constructors
UserPresenceUnavailableException
public UserPresenceUnavailableException ()
Constructs a UserPresenceUnavailableException
without a detail message or cause.
UserPresenceUnavailableException
public UserPresenceUnavailableException (String message)
Constructs a UserPresenceUnavailableException
using the provided detail message
but no cause.
Parameters | |
---|---|
message |
String |
UserPresenceUnavailableException
public UserPresenceUnavailableException (String message, Throwable cause)
Constructs a UserPresenceUnavailableException
using the provided detail message
and cause.
Parameters | |
---|---|
message |
String |
cause |
Throwable |