19 #ifndef HAZELCAST_HazelcastIOException
20 #define HAZELCAST_HazelcastIOException
22 #include "hazelcast/client/exception/IException.h"
35 IOException(
const std::string &source,
const std::string &message);
45 char const *what()
const throw();
52 #endif //HAZELCAST_HazelcastIOException
Base class for all exception originated from Hazelcast methods.
Definition: IException.h:50
Raised when an Input Output error is occurred.
Definition: IOException.h:30