Raised when an operation is timed out. More...
#include <TimeoutException.h>
Public Member Functions | |
TimeoutException (const std::string &source, const std::string &message) | |
Constructor. | |
~TimeoutException () 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. | |
Raised when an operation is timed out.