|
| consistency_lost (std::string source="", std::string message="", std::string details="", std::exception_ptr cause=nullptr) |
Definition at line 383 of file protocol_exceptions.h.
◆ consistency_lost()
hazelcast::client::exception::consistency_lost::consistency_lost |
( |
std::string | source = "", |
|
|
std::string | message = "", |
|
|
std::string | details = "", |
|
|
std::exception_ptr | cause = nullptr ) |
|
explicit |
Definition at line 1327 of file client_impl.cpp.
1331 : hazelcast_("consistency_lost",
1332 protocol::CONSISTENCY_LOST_EXCEPTION,
1333 std::move(source),
1334 std::move(message),
1335 std::move(details),
1336 std::move(cause),
1337 true,
1338 false)
1339{}
The documentation for this class was generated from the following files: