UnknownAuthenticationKeyException
open class UnknownAuthenticationKeyException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.UnknownAuthenticationKeyException |
Thrown if trying to certify an unknown dynamic authentication key.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
UnknownAuthenticationKeyException(@NonNull message: String)
Constructs a new UnknownAuthenticationKeyException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
UnknownAuthenticationKeyException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new UnknownAuthenticationKeyException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |