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. | |
Base class for all exception originated from Hazelcast methods.
If exception coming from hazelcast servers cannot be identified, it will be fired as IException.