# Print output for @column tags ?> UserPresenceUnavailableException - Android SDK | Android Developers

Most visited


Recently visited


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

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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.