19 #ifndef HAZELCAST_IllegalArgumentException 
   20 #define HAZELCAST_IllegalArgumentException 
   22 #include "hazelcast/client/exception/IException.h" 
   47                 char const *what() 
const throw();
 
   53 #endif //HAZELCAST_IllegalArgumentException 
Base class for all exception originated from Hazelcast methods. 
Definition: IException.h:51
 
Raised when an illegal argument is passed to Hazelcast API. 
Definition: IllegalArgumentException.h:30