19 #ifndef HAZELCAST_HazelcastInstanceNotActiveException 
   20 #define HAZELCAST_HazelcastInstanceNotActiveException 
   22 #include "hazelcast/client/exception/IException.h" 
   47                 char const *what() 
const throw();
 
   54 #endif //HAZELCAST_HazelcastInstanceNotActiveException 
Base class for all exception originated from Hazelcast methods. 
Definition: IException.h:50
 
Thrown when HazelcastInstance is not active during an invocation. 
Definition: InstanceNotActiveException.h:32