ReadException

open class ReadException(message: String, cause: Throwable, debugInfo: DebugInfo) : RuntimeException

Thrown if NFC reading fails due to an unexpected reason.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable, debugInfo: DebugInfo)