Keypop Calypso Crypto Symmetric C++ API 0.1.1
Reference Calypso Crypto Symmetric API for C++
|
#include <SymmetricCryptoException.hpp>
Public Member Functions | |
SymmetricCryptoException (const std::string &message) | |
SymmetricCryptoException (const std::string &message, const std::shared_ptr< std::exception > cause) | |
Indicates that an error occurred when processing a command.
Definition at line 26 of file SymmetricCryptoException.hpp.
|
inlineexplicit |
message | The message to identify the exception context. |
Definition at line 32 of file SymmetricCryptoException.hpp.
|
inline |
Encapsulates a lower level exception.
message | Message to identify the exception context. |
cause | The cause. |
Definition at line 44 of file SymmetricCryptoException.hpp.