20 #ifndef HAZELCAST_ITimeoutException 
   21 #define HAZELCAST_ITimeoutException 
   23 #include "hazelcast/client/exception/IException.h" 
   47                 char const *what() 
const throw();
 
   54 #endif //HAZELCAST_ITimeoutException 
Raised when an operation is timed out. 
Definition: TimeoutException.h:31
 
Base class for all exception originated from Hazelcast methods. 
Definition: IException.h:51