Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
|
#include <SamIOException.hpp>
Public Member Functions | |
SamIOException (const std::string &message) | |
SamIOException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates a communication error with the SAM (e.g. timeout, network error, etc.).
Definition at line 27 of file SamIOException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 33 of file SamIOException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 44 of file SamIOException.hpp.