Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::exception::InterruptedException Class Reference

Some of the Hazelcast operations may throw an InterruptedException if a user thread is interrupted while waiting a response. More...

#include <InterruptedException.h>

+ Inheritance diagram for hazelcast::client::exception::InterruptedException:

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.
 

Detailed Description

Some of the Hazelcast operations may throw an InterruptedException if a user thread is interrupted while waiting a response.


The documentation for this class was generated from the following files: