Some of the Hazelcast operations may throw an InterruptedException if a user thread is interrupted while waiting a response. More...
#include <InterruptedException.h>
Public Member Functions | |
InterruptedException (const std::string &source, const std::string &message) | |
Constructor. | |
virtual | ~InterruptedException () throw () |
Destructor. | |
virtual 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. | |
Some of the Hazelcast operations may throw an InterruptedException if a user thread is interrupted while waiting a response.