Added in API level 30

NoAuthenticationKeyAvailableException

open class NoAuthenticationKeyAvailableException : IdentityCredentialException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.security.identity.IdentityCredentialException
   ↳ android.security.identity.NoAuthenticationKeyAvailableException

Thrown if no dynamic authentication keys are available.

Summary

Public constructors

Constructs a new NoAuthenticationKeyAvailableException exception.

Constructs a new NoAuthenticationKeyAvailableException exception.

Public constructors

NoAuthenticationKeyAvailableException

Added in API level 30
NoAuthenticationKeyAvailableException(message: String)

Constructs a new NoAuthenticationKeyAvailableException exception.

Parameters
message String: the detail message. This value cannot be null.

NoAuthenticationKeyAvailableException

Added in API level 30
NoAuthenticationKeyAvailableException(
    message: String,
    cause: Throwable)

Constructs a new NoAuthenticationKeyAvailableException exception.

Parameters
message String: the detail message. This value cannot be null.
cause Throwable: the cause. This value cannot be null.