|
MemCacheClient
|
Exception thrown on any send or receive error. More...
#include <Socket.h>
Inherits std::exception.
Public Member Functions | |
| Exception (ErrorCategory aType=ERR_OTHER, int aCode=0, const char *aDetail="") | |
Public Attributes | |
| ErrorCategory | mType |
| error category | |
| int | mCode |
| raw socket error code | |
| const char * | mDetail |
| error details | |
| Socket::Exception::Exception | ( | ErrorCategory | aType = ERR_OTHER, |
| int | aCode = 0, |
||
| const char * | aDetail = "" |
||
| ) | [inline] |
1.7.3