Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
Public Member Functions | List of all members
keypop::calypso::card::transaction::CardSignatureNotVerifiableException Class Referencefinal

#include <CardSignatureNotVerifiableException.hpp>

Inheritance diagram for keypop::calypso::card::transaction::CardSignatureNotVerifiableException:
Inheritance graph
[legend]
Collaboration diagram for keypop::calypso::card::transaction::CardSignatureNotVerifiableException:
Collaboration graph
[legend]

Public Member Functions

 CardSignatureNotVerifiableException (const std::string &message)
 
 CardSignatureNotVerifiableException (const std::string &message, const std::shared_ptr< std::exception > cause)
 

Detailed Description

Indicates that the card has correctly closed the secure session, but that it is impossible to check the authenticity of the card session because the cryptographic module is no more available (timeout, network problem, etc.).

Since
1.2.0

Definition at line 28 of file CardSignatureNotVerifiableException.hpp.

Constructor & Destructor Documentation

◆ CardSignatureNotVerifiableException() [1/2]

keypop::calypso::card::transaction::CardSignatureNotVerifiableException::CardSignatureNotVerifiableException ( const std::string &  message)
inlineexplicit
Parameters
messageThe message to identify the exception context.
Since
1.2.0

Definition at line 34 of file CardSignatureNotVerifiableException.hpp.

◆ CardSignatureNotVerifiableException() [2/2]

keypop::calypso::card::transaction::CardSignatureNotVerifiableException::CardSignatureNotVerifiableException ( const std::string &  message,
const std::shared_ptr< std::exception >  cause 
)
inline

Encapsulates a lower level exception.

Parameters
messageMessage to identify the exception context.
causeThe cause.
Since
1.2.0

Definition at line 45 of file CardSignatureNotVerifiableException.hpp.


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