Package | Description |
---|---|
org.eclipse.keyple.core.card.command.exception |
Contains the basic exceptions related to the execution of card commands.
|
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 |
KeypleCardCommandException
This exception is the parent abstract class of all Keyple card APDU commands exceptions.
|
class |
KeypleCardCommandUnknownStatusException
This exception indicates that the status code is not referenced.
|
Modifier and Type | Class and Description |
---|---|
class |
KeypleAllocationNoReaderException
Indicates that no reader were available during allocation invocation.
|
class |
KeypleAllocationReaderException
Indicates that a reader allocation failed.
|
class |
KeyplePluginException
The exception KeyplePluginException is the parent abstract class of all Keyple plugins
exceptions.
|
class |
KeyplePluginInstantiationException
Indicates that the plugin cannot be instantiated, possibly due to a problem with one of the
associated readers.
|
class |
KeyplePluginNotFoundException
Indicates that the plugin is not found, generally when it has not been previously registered to
the
SmartCardService . |
class |
KeypleReaderException
The exception KeypleReaderException is the parent abstract class of all Keyple reader exceptions.
|
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.
|