NoAuthenticationKeyAvailableException
open class NoAuthenticationKeyAvailableException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.NoAuthenticationKeyAvailableException |
Thrown if no dynamic authentication keys are available.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
NoAuthenticationKeyAvailableException(@NonNull message: String)
Constructs a new NoAuthenticationKeyAvailableException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
NoAuthenticationKeyAvailableException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new NoAuthenticationKeyAvailableException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |