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>
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 |
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.
|
inline |
Definition at line 33 of file subgroup_info.hpp.