19 #ifndef HAZELCAST_InterruptedException 
   20 #define HAZELCAST_InterruptedException 
   22 #include "hazelcast/client/exception/IException.h" 
   47                 virtual char const *what() 
const throw();
 
   54 #endif //HAZELCAST_InterruptedException 
Base class for all exception originated from Hazelcast methods. 
Definition: IException.h:50
 
Some of the Hazelcast operations may throw an InterruptedException if a user thread is interrupted wh...
Definition: InterruptedException.h:32