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

public final class InconsistentDataException extends 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:
  • Constructor Details

    • InconsistentDataException

      public InconsistentDataException(String message)
      Parameters:
      message - The message to identify the exception context.
      Since:
      1.2.0