MessageDecryptionException

class MessageDecryptionException : IdentityCredentialException


Thrown when failing to decrypt a message from the reader device.

Summary

Public constructors

Constructs a new MessageDecryptionException exception.

Constructs a new MessageDecryptionException exception.

Public constructors

MessageDecryptionException

Added in 1.0.0-alpha04
MessageDecryptionException(message: String)

Constructs a new MessageDecryptionException exception.

Parameters
message: String

the detail message.

MessageDecryptionException

Added in 1.0.0-alpha04
MessageDecryptionException(message: String, cause: Throwable)

Constructs a new MessageDecryptionException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.