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

Signals that an error occurred while attempting to bind a socket to a local address and port. More...

#include <exception.h>

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

Public Member Functions

 BindException (log4cxx_status_t status)
 
 BindException (const BindException &)
 
BindExceptionoperator= (const BindException &)
 
- Public Member Functions inherited from log4cxx::helpers::SocketException
 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

Signals that an error occurred while attempting to bind a socket to a local address and port.

Typically, the port is in use, or the requested local address could not be assigned.

Constructor & Destructor Documentation

◆ BindException() [1/2]

log4cxx::helpers::BindException::BindException ( log4cxx_status_t  status)

◆ BindException() [2/2]

log4cxx::helpers::BindException::BindException ( const BindException )

Member Function Documentation

◆ operator=()

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

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