Class ReaderProtocolNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keypop.reader.ReaderProtocolNotSupportedException
All Implemented Interfaces:
Serializable

public class ReaderProtocolNotSupportedException extends RuntimeException
Indicates that the current card protocol is not supported by the reader.
Since:
1.0.0
See Also:
  • Constructor Details

    • ReaderProtocolNotSupportedException

      public ReaderProtocolNotSupportedException(String physicalProtocolName)
      Parameters:
      physicalProtocolName - The identification data used to identify the card.
      Since:
      1.0.0