UserPresenceUnavailableException  |  API reference  |  Android Developers (original) (raw)


open class UserPresenceUnavailableException : InvalidKeyException

kotlin.Any
kotlin.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.KeyException
java.security.InvalidKeyException

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(message: String!) Constructs a UserPresenceUnavailableException using the provided detail message but no cause.
UserPresenceUnavailableException(message: String!, cause: Throwable!) Constructs a UserPresenceUnavailableException using the provided detail message and cause.

Public constructors

UserPresenceUnavailableException

UserPresenceUnavailableException()

Constructs a UserPresenceUnavailableException without a detail message or cause.

UserPresenceUnavailableException

UserPresenceUnavailableException(message: String!)

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

UserPresenceUnavailableException

UserPresenceUnavailableException(
    message: String!,
    cause: Throwable!)

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.