Added in API level 28

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 without a detail message or cause.

UserPresenceUnavailableException(String message)

Constructs a UserPresenceUnavailableException using the provided detail message but no cause.

UserPresenceUnavailableException(String message, Throwable cause)

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

Inherited methods

Public constructors

UserPresenceUnavailableException

Added in API level 28
public UserPresenceUnavailableException ()

Constructs a UserPresenceUnavailableException without a detail message or cause.

UserPresenceUnavailableException

Added in API level 28
public UserPresenceUnavailableException (String message)

Constructs a UserPresenceUnavailableException using the provided detail message but no cause.

Parameters
message String

UserPresenceUnavailableException

Added in API level 28
public UserPresenceUnavailableException (String message, 
                Throwable cause)

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

Parameters
message String

cause Throwable