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::CryptoIOException Class Referencefinal

#include <CryptoIOException.hpp>

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

Public Member Functions

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

Detailed Description

Indicates a communication error with the crypto module (e.g. timeout with the reader or the computing unit, network error, etc.).

Since
2.0.0

Definition at line 27 of file CryptoIOException.hpp.

Constructor & Destructor Documentation

◆ CryptoIOException()

keypop::calypso::card::transaction::CryptoIOException::CryptoIOException ( 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.0.0

Definition at line 36 of file CryptoIOException.hpp.


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