19 #ifndef HAZELCAST_HazelcastIllegalStateException
20 #define HAZELCAST_HazelcastIllegalStateException
22 #include "hazelcast/client/exception/IException.h"
43 virtual char const *what()
const throw();
49 #endif //HAZELCAST_HazelcastIllegalStateException
Base class for all exception originated from Hazelcast methods.
Definition: IException.h:50
Raised when method is called in a illegal state.
Definition: IllegalStateException.h:30