class SmartcardException(Exception):
Known subclasses: smartcard.Exceptions.CardConnectionException
, smartcard.Exceptions.CardRequestException
, smartcard.Exceptions.CardRequestTimeoutException
, smartcard.Exceptions.CardServiceException
, smartcard.Exceptions.CardServiceNotFoundException
, smartcard.Exceptions.CardServiceStoppedException
, smartcard.Exceptions.InvalidATRMaskLengthException
, smartcard.Exceptions.InvalidReaderException
, smartcard.Exceptions.ListReadersException
, smartcard.Exceptions.NoCardException
, smartcard.Exceptions.NoReadersException
, smartcard.reader.ReaderGroups.BadReaderGroupException
Constructor: SmartcardException(message, hresult, *args)
Base class for smartcard exceptions.
smartcard exceptions are generated by the smartcard module and shield scard (i.e. PCSC) exceptions raised by the scard module.
smartcard.Exceptions.CardRequestTimeoutException
, smartcard.Exceptions.InvalidATRMaskLengthException
, smartcard.Exceptions.InvalidReaderException
, smartcard.Exceptions.ListReadersException
, smartcard.Exceptions.NoCardException
, smartcard.Exceptions.NoReadersException
, smartcard.reader.ReaderGroups.BadReaderGroupException
Undocumented