DocTypeNotSupportedException
public
class
DocTypeNotSupportedException
extends IdentityCredentialException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.security.identity.IdentityCredentialException | |||
| ↳ | android.security.identity.DocTypeNotSupportedException | |||
This class was deprecated
in API level 10000.
Use java.security.KeyStore with the Android hardware-backed keystore instead.
Thrown if trying to create a credential with an unsupported document type.
Summary
Public constructors | |
|---|---|
DocTypeNotSupportedException(String message)
This constructor is deprecated.
Use |
|
DocTypeNotSupportedException(String message, Throwable cause)
This constructor is deprecated.
Use |
|
Inherited methods | |
|---|---|
Public constructors
DocTypeNotSupportedException
public DocTypeNotSupportedException (String message)
This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore
instead.
Constructs a new DocTypeNotSupportedException exception.
| Parameters | |
|---|---|
message |
String: the detail message.
This value cannot be null. |
DocTypeNotSupportedException
public DocTypeNotSupportedException (String message, Throwable cause)
This constructor is deprecated.
Use java.security.KeyStore with the Android hardware-backed keystore
instead.
Constructs a new DocTypeNotSupportedException exception.
| Parameters | |
|---|---|
message |
String: the detail message.
This value cannot be null. |
cause |
Throwable: the cause.
This value cannot be null. |