Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
hazelcast::client::exception::member_left Class Reference
Inheritance diagram for hazelcast::client::exception::member_left:

Public Member Functions

 member_left (std::string source="", std::string message="", std::string details="", std::exception_ptr cause=nullptr)

Detailed Description

Definition at line 367 of file protocol_exceptions.h.

Constructor & Destructor Documentation

◆ 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: