Raised when method is called in a illegal state. More...
#include <IllegalStateException.h>
Public Member Functions | |
IllegalStateException (const std::string &source, const std::string &message) | |
Constructor. | |
virtual | ~IllegalStateException () 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. | |
Raised when method is called in a illegal state.