Added in API level 30
IdentityCredentialException
open class IdentityCredentialException : Exception
kotlin.Any | |||
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.security.identity.IdentityCredentialException |
Base class for all Identity Credential exceptions.
Summary
Public constructors | |
---|---|
IdentityCredentialException(message: String) Constructs a new |
|
IdentityCredentialException(message: String, cause: Throwable) Constructs a new |
Public constructors
IdentityCredentialException
Added in API level 30
IdentityCredentialException(message: String)
Constructs a new IdentityCredentialException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
IdentityCredentialException
Added in API level 30
IdentityCredentialException(
message: String,
cause: Throwable)
Constructs a new IdentityCredentialException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
cause |
Throwable: the cause. This value cannot be null . |