24 const char*
what() const noexcept {
25 return message.c_str();
invalid_node_exception(const std::string &message)
const char * what() const noexcept
Exception that means the user requested an operation targeting a specific node and that node was not ...
const std::string message
empty_reference_exception(const std::string &message)
const char * VERSION_STRING_PLUS_COMMITS
A constant C-style string containing the current Derecho library version in dot-separated format...
Exception that means a reference-like type is "empty" (does not contain a valid object).
derecho_exception(const std::string &message)
Base exception class for all exceptions raised by Derecho.
Exception that means the user made an invalid request for a subgroup handle, such as by supplying an ...
invalid_subgroup_exception(const std::string &message)