See: Description
| Exception | Description |
|---|---|
| CalypsoAtomicTransactionException |
Indicates that the transaction cannot be done in an atomic way because the capacity of the
session buffer is not sufficient.
|
| CalypsoAuthenticationNotVerifiedException |
Indicates that the PO has correctly closed the secure session, but that it is impossible to check
the authenticity of the support because the SAM is no more available (timeout, network
problem,...).
|
| CalypsoDesynchronizedExchangesException |
Indicates a desynchronization of the APDU exchanges.
This means that the number of APDU requests is different from the number of APDU responses. |
| CalypsoInconsistencyDataException |
Indicates an inconsistency in the PO data.
This can occur, for example, if data read in session is different from data read outside the session. |
| CalypsoPoAnomalyException |
Indicates an anomaly in the PO.
This can occur if the PO is not Calypso compliant. |
| CalypsoPoCloseSecureSessionException |
Indicates that the PO has refused the secure session closing.
This is usually due to an incorrect SAM signature, or that the secure session has been altered by other APDU commands that would have interfered with it. In this case, the PO has rollbacked the data set by cancelling all updates except for PIN verification attempts. |
| CalypsoPoIOException |
Indicates a communication error with the PO.
|
| CalypsoPoRevokedException |
Indicates that the PO is revoked.
|
| CalypsoPoTransactionException |
The exception
CalypsoPoTransactionException is the parent abstract class of all Keyple PO
transaction functional exceptions. |
| CalypsoPoTransactionIllegalStateException |
Indicates an improper use of the
PoTransaction API. |
| CalypsoSamAnomalyException |
Indicates an anomaly in the SAM.
This can occur if the SAM is not Calypso compliant. |
| CalypsoSamIOException |
Indicates a communication error with the SAM (e.g timeout, network,...).
|
| CalypsoSamRevokedException |
Indicates that the SAM is revoked.
|
| CalypsoSessionAuthenticationException |
Indicates that the PO has correctly closed the secure session, but the support is not authentic
because the signature of the PO is incorrect.
|
| CalypsoSvAuthenticationException |
Indicates that the "Stored Value" session is not authentic because the signature of the PO is
incorrect.
|
| CalypsoUnauthorizedKvcException |
Indicates that the current PO has an unauthorized KVC.
|