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

#include <redis_interface.h>

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

Public Member Functions

 RedisOperationException (std::string msg)
 Create a Redis Operation Exception, and store the given error message.
 
 RedisOperationException (const char *msg_cstr)
 Create a Redis Operation 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.
 

Detailed Description

An Implementation of std::exception that denotes an error within Redis during a transaction


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