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

Constructs a new IdentityCredentialException exception.

Constructs a new IdentityCredentialException exception.

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.