Summary:
Ctors
| Inherited Methods
IdentityCredentialException
public
class
IdentityCredentialException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | androidx.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
public IdentityCredentialException (String message)
Constructs a new IdentityCredentialException
exception.
Parameters | |
---|---|
message |
String : the detail message.
|
IdentityCredentialException
public IdentityCredentialException (String message, Throwable cause)
Constructs a new IdentityCredentialException
exception.
Parameters | |
---|---|
message |
String : the detail message. |
cause |
Throwable : the cause.
|