Thrown when HazelcastInstance is not active during an invocation. More...
#include <InstanceNotActiveException.h>
Inheritance diagram for hazelcast::client::exception::InstanceNotActiveException:Public Member Functions | |
| InstanceNotActiveException (const std::string &source) | |
| Constructor. | |
| ~InstanceNotActiveException () throw () | |
| Destructor. | |
| char const * | what () const throw () |
| return exception explanation string. | |
Public Member Functions inherited from hazelcast::client::exception::IException | |
| IException () | |
| Constructor. | |
| IException (const std::string &source, const std::string &message) | |
| Constructor. | |
| virtual | ~IException () throw () |
| Destructor. | |
Thrown when HazelcastInstance is not active during an invocation.
1.8.6