![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CalypsoSamDataAccessException.h>


Public Member Functions | |
| CalypsoSamDataAccessException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord) | |
Public Member Functions inherited from keyple::card::calypso::CalypsoApduCommandException | |
| const CardCommand & | getCommand () 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) | |
(package-private)
Indicates that the content of the command is incompatible with the SAM's file system (e.g. signing key not found,...).
Definition at line 29 of file CalypsoSamDataAccessException.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 CalypsoSamDataAccessException.h.