Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
Public Member Functions | List of all members
keyple::card::calypso::CalypsoSamCounterOverflowException Class Referencefinal

#include <CalypsoSamCounterOverflowException.h>

Inheritance diagram for keyple::card::calypso::CalypsoSamCounterOverflowException:
Inheritance graph
[legend]
Collaboration diagram for keyple::card::calypso::CalypsoSamCounterOverflowException:
Collaboration graph
[legend]

Public Member Functions

 CalypsoSamCounterOverflowException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord)
 
- Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException
const CardCommandgetCommand () const
 
const std::shared_ptr< int > getStatusWord () const
 

Additional Inherited Members

- Protected Member Functions inherited from keyple::card::calypso::CalypsoSamCommandException
 CalypsoSamCommandException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord)
 
- Protected Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException
 CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord)
 

Detailed Description

(package-private)
Indicates that an event counter number authorized by the SAM has reached its limit.
This may occur, for example, during the digest init operation.

Since
2.0.0

Definition at line 29 of file CalypsoSamCounterOverflowException.h.

Constructor & Destructor Documentation

◆ CalypsoSamCounterOverflowException()

keyple::card::calypso::CalypsoSamCounterOverflowException::CalypsoSamCounterOverflowException ( const std::string &  message,
const CalypsoSamCommand command,
const std::shared_ptr< int >  statusWord 
)
inline

(package-private)

Parameters
messagethe message to identify the exception context.
commandthe Calypso SAM command.
statusWordthe status word.
Since
2.0.0

Definition at line 39 of file CalypsoSamCounterOverflowException.h.


The documentation for this class was generated from the following file: