Package | Description |
---|---|
org.eclipse.keyple.core.service.exception |
Contains the basic exceptions related to the management of plugins and readers.
|
Modifier and Type | Class and Description |
---|---|
class |
KeypleReaderIOException
Indicates that some IO operations with the reader or the card have failed, generally when the
reader was disconnected or card removed.
|
class |
KeypleReaderNotFoundException
Indicates that the reader is not found by its name, generally when it is not connected to the
terminal.
|
class |
KeypleReaderProtocolNotFoundException
Indicates that the current card protocol is undetermined.
|
class |
KeypleReaderProtocolNotSupportedException
Indicates that the current card protocol is not supported by the plugin.
|