Class InconsistentDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.calypso.card.transaction.InconsistentDataException
- All Implemented Interfaces:
Serializable
Indicates the detection of inconsistent data related to one of the following cases:
- A de-synchronization of the APDU exchanges. This means that the number of APDU responses is different from the number of APDU requests.
- An inconsistency in the card data. This can happen, for example, if the data read in session is different from the data read outside the session.
- Since:
- 1.2.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentDataException
- Parameters:
message
- The message to identify the exception context.- Since:
- 1.2.0
-