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

#include <CryptoException.hpp>

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

Public Member Functions

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

Detailed Description

Indicates a communication error with the card (e.g. card removal, etc...).

Since
1.0.0

Definition at line 26 of file CryptoException.hpp.

Constructor & Destructor Documentation

◆ CryptoException()

keypop::calypso::card::transaction::CryptoException::CryptoException ( 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
2.0.0

Definition at line 35 of file CryptoException.hpp.


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