![]() |
Keyple Card Calypso C++ Library 2.1.0
Reference Terminal Reader API for C++
|
#include <CardSecurityContextException.h>
Public Member Functions | |
CardSecurityContextException (const std::string &message, const CalypsoCardCommand &command, const std::shared_ptr< int > statusWord) | |
![]() | |
const CardCommand & | getCommand () const |
const std::shared_ptr< int > | getStatusWord () const |
Additional Inherited Members | |
![]() | |
CardCommandException (const std::string &message, const CalypsoCardCommand &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 the security conditions are not fulfilled (e.g. no session, wrong key).
Definition at line 28 of file CardSecurityContextException.h.
|
inline |
(package-private)
message | the message to identify the exception context. |
command | the Calypso card command. |
statusWord | the status word. |
Definition at line 38 of file CardSecurityContextException.h.