Added in API level 30
Deprecated in API level 10000

IdentityCredentialException


public class IdentityCredentialException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.security.identity.IdentityCredentialException


This class was deprecated in API level 10000.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Base class for all Identity Credential exceptions.

Summary

Public constructors

IdentityCredentialException(String message)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

IdentityCredentialException(String message, Throwable cause)

This constructor is deprecated. Use java.security.KeyStore with the Android hardware-backed keystore instead.

Inherited methods

Public constructors

IdentityCredentialException

Added in API level 30
public IdentityCredentialException (String message)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new IdentityCredentialException exception.

Parameters
message String: the detail message.
This value cannot be null.

IdentityCredentialException

Added in API level 30
public IdentityCredentialException (String message, 
                Throwable cause)

This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore instead.

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.