Keypop Calypso Card C++ API 2.0.0
Reference Calypso Card API for C++
|
#include <CryptoIOException.hpp>
Public Member Functions | |
CryptoIOException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates a communication error with the crypto module (e.g. timeout with the reader or the computing unit, network error, etc.).
Definition at line 27 of file CryptoIOException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 36 of file CryptoIOException.hpp.