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::SymmetricCryptoIOException Class Referencefinal

#include <SymmetricCryptoIOException.hpp>

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

Public Member Functions

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

Detailed Description

Indicates that an IO error occurred when processing a command.

Since
0.1.0

Definition at line 26 of file SymmetricCryptoIOException.hpp.

Constructor & Destructor Documentation

◆ SymmetricCryptoIOException() [1/2]

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

Definition at line 32 of file SymmetricCryptoIOException.hpp.

◆ SymmetricCryptoIOException() [2/2]

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


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