Raised when an Input Output error is occurred. More...
#include <IOException.h>
Public Member Functions | |
IOException (const std::string &source, const std::string &message) | |
Constructor. | |
~IOException () 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 Input Output error is occurred.