IdentityCredentialException
open class IdentityCredentialException : Exception
kotlin.Any | |||
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | androidx.security.identity.IdentityCredentialException |
Base class for all Identity Credential exceptions.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
IdentityCredentialException(@NonNull message: String)
Constructs a new IdentityCredentialException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
IdentityCredentialException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new IdentityCredentialException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |