Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | List of all members
derecho::invalid_node_exception Struct Reference

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>

Inheritance diagram for derecho::invalid_node_exception:
Inheritance graph
[legend]
Collaboration diagram for derecho::invalid_node_exception:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ invalid_node_exception()

derecho::invalid_node_exception::invalid_node_exception ( const std::string &  message)
inline

Definition at line 51 of file derecho_exception.hpp.


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