Mother class for all stream socket-related exceptions, on the server side. More...
#include <CeylanServerStreamSocket.h>

Public Member Functions | |
| ServerStreamSocketException (const std::string &reason) | |
| virtual | ~ServerStreamSocketException () throw () |
Mother class for all stream socket-related exceptions, on the server side.
Definition at line 98 of file CeylanServerStreamSocket.h.
| ServerStreamSocket::ServerStreamSocketException::ServerStreamSocketException | ( | const std::string & | reason | ) | [explicit] |
Definition at line 104 of file CeylanServerStreamSocket.cc.
| ServerStreamSocket::ServerStreamSocketException::~ServerStreamSocketException | ( | ) | throw () [virtual] |
Definition at line 113 of file CeylanServerStreamSocket.cc.
1.6.3