19 #ifndef EVENT_EXCEPTIONS
20 #define EVENT_EXCEPTIONS
22 #include "exceptions.h"
Event timeout exception class.
CEventException(const std::string &where, const std::string &error_msg, const std::string &event_id)
Constructor.
Event server exception class.
CEventTimeoutException(const std::string &event_id)
Constructor.
std::string error_msg
Exception error message.
CEventServerException(const std::string &where, const std::string &error_msg, const std::string &event_id)
Constructor.