Added in API level 30
Summary:
Ctors
| Inherited Methods
IdentityCredentialException
public
class
IdentityCredentialException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.security.identity.IdentityCredentialException |
Base class for all Identity Credential exceptions.
Summary
Public constructors | |
---|---|
IdentityCredentialException(String message)
Constructs a new |
|
IdentityCredentialException(String message, Throwable cause)
Constructs a new |
Inherited methods | |
---|---|
Public constructors
IdentityCredentialException
Added in API level 30
public IdentityCredentialException (String message)
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)
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 . |