|
| member_left (std::string source="", std::string message="", std::string details="", std::exception_ptr cause=nullptr) |
Definition at line 367 of file protocol_exceptions.h.
◆ member_left()
hazelcast::client::exception::member_left::member_left |
( |
std::string | source = "", |
|
|
std::string | message = "", |
|
|
std::string | details = "", |
|
|
std::exception_ptr | cause = nullptr ) |
|
explicit |
Definition at line 1313 of file client_impl.cpp.
1317 : execution("member_left",
1318 protocol::MEMBER_LEFT,
1319 std::move(source),
1320 std::move(message),
1321 std::move(details),
1322 std::move(cause),
1323 false,
1324 true)
1325{}
The documentation for this class was generated from the following files: