Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
Public Member Functions | List of all members
keypop::calypso::crypto::legacysam::transaction::SamIOException Class Referencefinal

#include <SamIOException.hpp>

Inheritance diagram for keypop::calypso::crypto::legacysam::transaction::SamIOException:
Inheritance graph
[legend]
Collaboration diagram for keypop::calypso::crypto::legacysam::transaction::SamIOException:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Indicates a communication error with the SAM (e.g. timeout, network error, etc.).

Since
0.1.0

Definition at line 27 of file SamIOException.hpp.

Constructor & Destructor Documentation

◆ SamIOException() [1/2]

keypop::calypso::crypto::legacysam::transaction::SamIOException::SamIOException ( const std::string &  message)
inlineexplicit
Parameters
messageThe message to identify the exception context.
Since
0.1.0

Definition at line 33 of file SamIOException.hpp.

◆ SamIOException() [2/2]

keypop::calypso::crypto::legacysam::transaction::SamIOException::SamIOException ( 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
0.1.0

Definition at line 44 of file SamIOException.hpp.


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