CcidException

class CcidException(message: String) : IOException

Custom exception class for CCID-specific errors. This exception is thrown when an error occurs during communication with the smart card, such as an invalid response or a command failure.

Parameters

message

A descriptive message for the exception.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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