Class InconsistentDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.calypsonet.terminal.calypso.transaction.InconsistentDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class InconsistentDataException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InconsistentDataException(java.lang.String message)
-