LRAUV  revA
SocketException Class Reference

#include <SocketException.h>

Public Member Functions

 SocketException (const char *message, int errcode=0)
 
 SocketException (const char *message1, const char *message2, int errcode=0)
 
 ~SocketException ()
 
const char * what () const throw ()
 
int getErrno ()
 
 SocketException (const SocketException &old)
 

Private Attributes

char * message_
 
int errno_
 

Constructor & Destructor Documentation

SocketException::SocketException ( const char *  message,
int  errcode = 0 
)
inline

References message_.

SocketException::SocketException ( const char *  message1,
const char *  message2,
int  errcode = 0 
)
inline

References message_.

SocketException::~SocketException ( )
inline

References message_.

SocketException::SocketException ( const SocketException old)
inline

References errno_, and message_.

Member Function Documentation

int SocketException::getErrno ( )
inline
const char* SocketException::what ( ) const
throw (
)
inline

Member Data Documentation

int SocketException::errno_
private

Referenced by getErrno(), and SocketException().

char* SocketException::message_
private

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