class SmartcardException(Exception):
Known subclasses: smartcard.Exceptions.CardConnectionException, smartcard.Exceptions.CardRequestException, smartcard.Exceptions.CardRequestTimeoutException, smartcard.Exceptions.CardServiceException, smartcard.Exceptions.CardServiceStoppedException, smartcard.Exceptions.InvalidATRMaskLengthException, smartcard.Exceptions.InvalidReaderException, smartcard.Exceptions.ListReadersException, smartcard.Exceptions.NoCardException, smartcard.Exceptions.NoReadersException, smartcard.reader.ReaderGroups.BadReaderGroupException, smartcard.reader.ReaderGroups.DeleteSCardDefaultReaderGroupException
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, smartcard.reader.ReaderGroups.DeleteSCardDefaultReaderGroupExceptionUndocumented