See: Description
| Exception | Description |
|---|---|
| CalypsoSamAccessForbiddenException |
Indicates that preconditions are not satisfied (e.g.
|
| CalypsoSamCommandException |
Parent abstract class of all Keyple SAM APDU commands exceptions.
|
| CalypsoSamCounterOverflowException |
Indicates that an event counter number authorized by the SAM has reached its limit.
This may occur, for example, during the digest init operation. |
| CalypsoSamDataAccessException |
Indicates that the content of the command is incompatible with the SAM's file system (e.g.
|
| CalypsoSamIllegalArgumentException |
Indicates that the input user data do not allow to build a syntactically correct command.
|
| CalypsoSamIllegalParameterException |
Indicates that some input parameter is not accepted by the SAM.
|
| CalypsoSamIncorrectInputDataException |
Indicates that input data content is incorrect.
|
| CalypsoSamSecurityDataException |
Indicates that the security input data provided is not valid.
This can occur, for example, during the digest authenticate operation when the PO's signature is incorrect. |
| CalypsoSamUnknownStatusException |
Indicates that the status code is not referenced.
|