Iso18013PresentmentTimeoutException

Thrown if timed out waiting for a message from the remote reader.

Constructors

Link copied to clipboard
constructor()

Construct a new exception.

constructor(message: String)

Construct a new exception.

constructor(message: String, cause: Throwable)

Construct a new exception.

constructor(cause: Throwable)

Construct a new exception.

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?