Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InconsistentDataException

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