Added in API level 30
Summary:
Ctors
| Inherited Methods
MessageDecryptionException
public
class
MessageDecryptionException
extends IdentityCredentialException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.security.identity.IdentityCredentialException | |||
↳ | android.security.identity.MessageDecryptionException |
Thrown when failing to decrypt a message from the reader device.
Summary
Public constructors | |
---|---|
MessageDecryptionException(String message)
Constructs a new |
|
MessageDecryptionException(String message, Throwable cause)
Constructs a new |
Inherited methods | |
---|---|
Public constructors
MessageDecryptionException
Added in API level 30
public MessageDecryptionException (String message)
Constructs a new MessageDecryptionException
exception.
Parameters | |
---|---|
message |
String : the detail message.
This value cannot be null . |
MessageDecryptionException
Added in API level 30
public MessageDecryptionException (String message, Throwable cause)
Constructs a new MessageDecryptionException
exception.
Parameters | |
---|---|
message |
String : the detail message.
This value cannot be null . |
cause |
Throwable : the cause.
This value cannot be null . |