See: Description
| Exception | Description |
|---|---|
| KeypleAllocationNoReaderException |
Indicates that no reader were available during allocation invocation.
|
| KeypleAllocationReaderException |
Indicates that a reader allocation failed.
|
| KeypleException |
The exception KeypleException is the parent abstract class of all Keyple checked exceptions.
|
| KeyplePluginException |
The exception KeyplePluginException is the parent abstract class of all Keyple plugins
exceptions.
|
| KeyplePluginInstantiationException |
Indicates that the plugin cannot be instantiated, possibly due to a problem with one of the
associated readers.
|
| KeyplePluginNotFoundException |
Indicates that the plugin is not found, generally when it has not been previously registered to
the
SmartCardService. |
| KeypleReaderException |
The exception KeypleReaderException is the parent abstract class of all Keyple reader exceptions.
|
| KeypleReaderIOException |
Indicates that some IO operations with the reader or the card have failed, generally when the
reader was disconnected or card removed.
|
| KeypleReaderNotFoundException |
Indicates that the reader is not found by its name, generally when it is not connected to the
terminal.
|
| KeypleReaderProtocolNotFoundException |
Indicates that the current card protocol is undetermined.
|
| KeypleReaderProtocolNotSupportedException |
Indicates that the current card protocol is not supported by the plugin.
|
| KeypleRuntimeException |