Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::SocketException Class Reference

Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::SocketException:
log4cxx::helpers::IOException log4cxx::helpers::Exception log4cxx::helpers::BindException log4cxx::helpers::ClosedChannelException log4cxx::helpers::ConnectException

Public Member Functions

 SocketException (const LogString &msg)
 
 SocketException (log4cxx_status_t status)
 
 SocketException (const SocketException &)
 
SocketExceptionoperator= (const SocketException &)
 
- Public Member Functions inherited from log4cxx::helpers::IOException
 IOException ()
 
 IOException (log4cxx_status_t stat)
 
 IOException (const LogString &msg)
 
 IOException (const IOException &src)
 
IOExceptionoperator= (const IOException &)
 
- Public Member Functions inherited from log4cxx::helpers::Exception
 Exception (const char *msg)
 
 Exception (const LogString &msg)
 
 Exception (const Exception &src)
 
Exceptionoperator= (const Exception &src)
 
const char * what () const throw ()
 

Detailed Description

Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.

Constructor & Destructor Documentation

◆ SocketException() [1/3]

log4cxx::helpers::SocketException::SocketException ( const LogString msg)

◆ SocketException() [2/3]

log4cxx::helpers::SocketException::SocketException ( log4cxx_status_t  status)

◆ SocketException() [3/3]

log4cxx::helpers::SocketException::SocketException ( const SocketException )

Member Function Documentation

◆ operator=()

SocketException & log4cxx::helpers::SocketException::operator= ( const SocketException )

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