MemCacheClient
Public Member Functions | Public Attributes

Socket::Exception Class Reference

Exception thrown on any send or receive error. More...

#include <Socket.h>

Inherits std::exception.

List of all members.

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

Detailed Description

Exception thrown on any send or receive error.

Definition at line 86 of file Socket.h.


Constructor & Destructor Documentation

Socket::Exception::Exception ( ErrorCategory  aType = ERR_OTHER,
int  aCode = 0,
const char *  aDetail = "" 
) [inline]

constructor

Parameters:
aWhatoptional message

Definition at line 95 of file Socket.h.


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