| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.transaction.exception |
Contains the Calypso exception raised when processing a PO transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CalypsoAtomicTransactionException
Indicates that the transaction cannot be done in an atomic way because the capacity of the
session buffer is not sufficient.
|
class |
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,...).
|
class |
CalypsoDesynchronizedExchangesException
Indicates a desynchronization of the APDU exchanges.
This means that the number of APDU requests is different from the number of APDU responses. |
class |
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. |
class |
CalypsoPoAnomalyException
Indicates an anomaly in the PO.
This can occur if the PO is not Calypso compliant. |
class |
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. |
class |
CalypsoPoIOException
Indicates a communication error with the PO.
|
class |
CalypsoPoRevokedException
Indicates that the PO is revoked.
|
class |
CalypsoPoTransactionIllegalStateException
Indicates an improper use of the
PoTransaction API. |
class |
CalypsoSamAnomalyException
Indicates an anomaly in the SAM.
This can occur if the SAM is not Calypso compliant. |
class |
CalypsoSamIOException
Indicates a communication error with the SAM (e.g timeout, network,...).
|
class |
CalypsoSamRevokedException
Indicates that the SAM is revoked.
|
class |
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.
|
class |
CalypsoSvAuthenticationException
Indicates that the "Stored Value" session is not authentic because the signature of the PO is
incorrect.
|
class |
CalypsoUnauthorizedKvcException
Indicates that the current PO has an unauthorized KVC.
|