Keypop Calypso Crypto Symmetric C++ API 0.1.1
Reference Calypso Crypto Symmetric API for C++
Public Member Functions | List of all members
keypop::calypso::crypto::symmetric::SymmetricCryptoException Class Referencefinal

#include <SymmetricCryptoException.hpp>

Inheritance diagram for keypop::calypso::crypto::symmetric::SymmetricCryptoException:
Inheritance graph
[legend]
Collaboration diagram for keypop::calypso::crypto::symmetric::SymmetricCryptoException:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Indicates that an error occurred when processing a command.

Since
0.1.0

Definition at line 26 of file SymmetricCryptoException.hpp.

Constructor & Destructor Documentation

◆ SymmetricCryptoException() [1/2]

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

Definition at line 32 of file SymmetricCryptoException.hpp.

◆ SymmetricCryptoException() [2/2]

keypop::calypso::crypto::symmetric::SymmetricCryptoException::SymmetricCryptoException ( 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 SymmetricCryptoException.hpp.


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