| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.sam.exception |
Contains the exceptions that may be raised when processing a SAM command.
|
| org.eclipse.keyple.calypso.transaction.exception |
Contains the Calypso exception raised when processing a PO transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CalypsoSamAccessForbiddenException
Indicates that preconditions are not satisfied (e.g.
|
class |
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. |
class |
CalypsoSamDataAccessException
Indicates that the content of the command is incompatible with the SAM's file system (e.g.
|
class |
CalypsoSamIllegalArgumentException
Indicates that the input user data do not allow to build a syntactically correct command.
|
class |
CalypsoSamIllegalParameterException
Indicates that some input parameter is not accepted by the SAM.
|
class |
CalypsoSamIncorrectInputDataException
Indicates that input data content is incorrect.
|
class |
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. |
class |
CalypsoSamUnknownStatusException
Indicates that the status code is not referenced.
|
| Modifier and Type | Method and Description |
|---|---|
CalypsoSamCommandException |
CalypsoSamAnomalyException.getCause() |
| Constructor and Description |
|---|
CalypsoSamAnomalyException(java.lang.String message,
CalypsoSamCommandException cause)
Encapsulates an unexpected
CalypsoSamCommandException exception. |