Hazelcast C++ Client
|
Base class for all exception originated from Hazelcast methods. More...
#include <IException.h>
Public Member Functions | |
IException () | |
Constructor. | |
IException (const std::string &source, const std::string &message) | |
Constructor. | |
virtual | ~IException () throw () |
Destructor. | |
virtual char const * | what () const throw () |
return exception explanation string. | |
const std::string & | getSource () const |
const std::string & | getMessage () const |
virtual void | raise () |
Base class for all exception originated from Hazelcast methods.
If exception coming from hazelcast servers cannot be identified, it will be fired as IException.