See: Description
| Exception | Description |
|---|---|
| CalypsoPoAccessForbiddenException |
Indicates that the access is forbidden (e.g.
|
| CalypsoPoCommandException |
Parent abstract class of all Keyple PO APDU commands exceptions.
|
| CalypsoPoDataAccessException |
Indicates that the content of the command is incompatible with the PO's file system (e.g.
|
| CalypsoPoDataOutOfBoundsException |
Indicates that the data provided by the user induces a capacity overflow in the PO.
This can occur, for example, for commands that update a counter or the "Stored Value". |
| CalypsoPoIllegalArgumentException |
Indicates that the input user data do not allow to build a syntactically correct command (e.g.
|
| CalypsoPoIllegalParameterException |
Indicates that some input parameter is not accepted by the PO.
|
| CalypsoPoPinException |
Indicates that the input PIN provided is not valid.
|
| CalypsoPoSecurityContextException |
Indicates that the security conditions are not fulfilled (e.g.
|
| CalypsoPoSecurityDataException |
Indicates that the security input data provided is not valid.
This can occur, for example, during the closing of a secure session if the SAM's signature is incorrect. |
| CalypsoPoSessionBufferOverflowException |
Indicates during a secure session that the PO session buffer will overflow.
|
| CalypsoPoTerminatedException |
Indicates that the number of transactions authorized by the PO has reached its limit.
This may occur, for example, when requesting an open secure session. |
| CalypsoPoUnknownStatusException |
Indicates that the status code is not referenced.
|