Added in API level 30

UnknownAuthenticationKeyException


open class UnknownAuthenticationKeyException : IdentityCredentialException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ android.security.identity.IdentityCredentialException
   โ†ณ android.security.identity.UnknownAuthenticationKeyException

Thrown if trying to certify an unknown dynamic authentication key.

Summary

Public constructors

Constructs a new UnknownAuthenticationKeyException exception.

Constructs a new UnknownAuthenticationKeyException exception.

Public constructors

UnknownAuthenticationKeyException

Added in API level 30
UnknownAuthenticationKeyException(message: String)

Constructs a new UnknownAuthenticationKeyException exception.

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

UnknownAuthenticationKeyException

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

Constructs a new UnknownAuthenticationKeyException exception.

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