Public Member Functions | |
| OperationException (const std::string &source, const std::string &message) | |
| OperationException (const std::string &source, const std::string &host, int port, const std::string &message) | |
| Public Member Functions inherited from Exception | |
| Exception (const std::string &method_name, const std::string &message) | |
| Exception (const Exception &) | |
| ~Exception () noexcept override | |
| Exception & | operator= (const Exception &) |
| const char * | what () const noexcept override |
| void | touch (const std::string &method_name) |
Definition at line 158 of file Exception.h.
| OperationException | ( | const std::string & | source, |
| const std::string & | message ) |
Constructor.
| OperationException | ( | const std::string & | source, |
| const std::string & | host, | ||
| int | port, | ||
| const std::string & | message ) |
Constructor that accepts host and port information.