![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CalypsoSamCounterOverflowException.h>
Public Member Functions | |
CalypsoSamCounterOverflowException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
const CardCommand & | getCommand () const |
const std::shared_ptr< int > | getStatusWord () const |
Additional Inherited Members | |
![]() | |
CalypsoSamCommandException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord) | |
(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.
Definition at line 29 of file CalypsoSamCounterOverflowException.h.
|
inline |
(package-private)
message | the message to identify the exception context. |
command | the Calypso SAM command. |
statusWord | the status word. |
Definition at line 39 of file CalypsoSamCounterOverflowException.h.