Class RfidUnsupportedCardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pi4j.crowpi.components.exceptions.RfidException
com.pi4j.crowpi.components.exceptions.RfidUnsupportedCardException
All Implemented Interfaces:
Serializable

public class RfidUnsupportedCardException extends RfidException
Unsupported card exception for the RFID component based on RfidException. Happens when the SAK of the PICC is not supported by this library.
See Also:
  • Constructor Details

    • RfidUnsupportedCardException

      public RfidUnsupportedCardException(RfidCardType cardType)
  • Method Details