MessageDecryptionException

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

Constructors

Link copied to clipboard
constructor(@NonNull message: String)
Constructs a new MessageDecryptionException exception.
constructor(@NonNull message: String, @NonNull cause: Throwable)
Constructs a new MessageDecryptionException exception.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String