Added in API level 28

UserPresenceUnavailableException

open class UserPresenceUnavailableException : InvalidKeyException
kotlin.Any
   ↳ kotlin.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

Constructs a UserPresenceUnavailableException without a detail message or cause.

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

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

Public constructors

UserPresenceUnavailableException

Added in API level 28
UserPresenceUnavailableException()

Constructs a UserPresenceUnavailableException without a detail message or cause.

UserPresenceUnavailableException

Added in API level 28
UserPresenceUnavailableException(message: String!)

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

UserPresenceUnavailableException

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

Constructs a UserPresenceUnavailableException using the provided detail message and cause.