|
Red Hat Data Grid HotRod C++ Client
7.2.0
|
#include <exceptions.h>
Public Member Functions | |
| RemoteNodeSuspectException (const std::string &, uint64_t message_id, uint8_t status) | |
Public Member Functions inherited from infinispan::hotrod::HotRodClientException | |
| HotRodClientException (const std::string &) | |
| HotRodClientException (const std::string &message_, uint64_t message_id_, uint8_t status_) | |
| virtual | ~HotRodClientException () throw () |
| virtual const char * | what () const throw () |
RemoteNodeSuspectException as it name implies indicates situations when a remote Hot Rod server is not reachable.
| infinispan::hotrod::RemoteNodeSuspectException::RemoteNodeSuspectException | ( | const std::string & | , |
| uint64_t | message_id, | ||
| uint8_t | status | ||
| ) |
1.8.11