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

#include <CalypsoSamSecurityContextException.h>

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

Public Member Functions

 CalypsoSamSecurityContextException (const std::string &message, const CalypsoSamCommand &command, const std::shared_ptr< int > statusWord)
 
- Public Member Functions inherited from keyple::card::calypso::CalypsoSamCommandException
 CalypsoSamCommandException (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
 
 CalypsoApduCommandException (const std::string &message, const CardCommand &command, const std::shared_ptr< int > statusWord)
 

Detailed Description

(package-private)
Indicates that the security conditions are not fulfilled (e.g. busy status).

Since
2.2.0

Definition at line 28 of file CalypsoSamSecurityContextException.h.

Constructor & Destructor Documentation

◆ CalypsoSamSecurityContextException()

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

(package-private)

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

Definition at line 20 of file CalypsoSamSecurityContextException.cpp.


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