![]() |
AOSharedServiceLibrary
|
An Implementation of std::exception that denotes a connection error in Redis. More...
#include <redis_interface.h>


Public Member Functions | |
| RedisConnectionException (std::string msg) | |
| Create a Redis Connection Exception, and store the given error message. | |
| RedisConnectionException (const char *msg_cstr) | |
| Create a Redis Connection Exception, and store the given error message. | |
| const char * | what () const throw () |
| Show the error message in readable format. | |
Public Attributes | |
| std::string | int_msg |
| An error message passed on initialization. | |
| const char * | what_str |
An Implementation of std::exception that denotes a connection error in Redis.
1.8.11