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

An exception that indicates that a subgroup membership function was unable to finish executing because its enclosing Group was not in a valid state. More...

#include <subgroup_info.hpp>

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

Public Member Functions

 subgroup_provisioning_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

An exception that indicates that a subgroup membership function was unable to finish executing because its enclosing Group was not in a valid state.

Usually this means that the Group did not have enough members to completely provision the subgroup, or specific nodes that the subgroup needed were not available.

Definition at line 31 of file subgroup_info.hpp.

Constructor & Destructor Documentation

◆ subgroup_provisioning_exception()

derecho::subgroup_provisioning_exception::subgroup_provisioning_exception ( const std::string &  message = "")
inline

Definition at line 33 of file subgroup_info.hpp.


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