|
JBoss Data Grid HotRod C++ Client
7.1.0
|
#include <exceptions.h>
Public Member Functions | |
| UnsupportedOperationException () | |
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 () |
Public Member Functions inherited from infinispan::hotrod::Exception | |
| Exception (const std::string &message=std::string()) throw () | |
| virtual | ~Exception () throw () |
Additional Inherited Members | |
Protected Attributes inherited from infinispan::hotrod::Exception | |
| std::string | message |
UnsupportedOperationException is thrown for uncompleted/planned Hot Rod client features.
| infinispan::hotrod::UnsupportedOperationException::UnsupportedOperationException | ( | ) |
1.8.11