Inherits std::exception.
Public Member Functions | |
| Exception (const char *aWhat="") | |
Public Attributes | |
| const char * | mWhat |
| error message | |
Definition at line 86 of file MemCacheClient.cpp.
| ServerSocket::Exception::Exception | ( | const char * | aWhat = "" |
) | [inline] |
constructor
| aWhat | optional message |
Definition at line 92 of file MemCacheClient.cpp.
References mWhat.
1.5.6