Exception that means the user requested an operation targeting a specific node and that node was not as valid target, e.g. More...
#include <derecho_exception.hpp>
Public Member Functions | |
invalid_node_exception (const std::string &message) | |
Public Member Functions inherited from derecho::derecho_exception | |
derecho_exception (const std::string &message) | |
const char * | what () const noexcept |
Additional Inherited Members | |
Public Attributes inherited from derecho::derecho_exception | |
const std::string | message |
Exception that means the user requested an operation targeting a specific node and that node was not as valid target, e.g.
because the node is not currently a member of the group.
Definition at line 50 of file derecho_exception.hpp.
|
inline |
Definition at line 51 of file derecho_exception.hpp.