AOSharedServiceLibrary
Public Member Functions | Public Attributes | List of all members
RedisConnectionException Struct Reference

An Implementation of std::exception that denotes a connection error in Redis. More...

#include <redis_interface.h>

Inheritance diagram for RedisConnectionException:
Inheritance graph
[legend]
Collaboration diagram for RedisConnectionException:
Collaboration graph
[legend]

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
 

Detailed Description

An Implementation of std::exception that denotes a connection error in Redis.


The documentation for this struct was generated from the following file: