Apache log4cxx
Version 0.13.0
|
Signals that an error occurred while attempting to connect a socket to a remote address and port. More...
#include <exception.h>
Public Member Functions | |
ConnectException (log4cxx_status_t status) | |
ConnectException (const ConnectException &src) | |
ConnectException & | operator= (const ConnectException &) |
Public Member Functions inherited from log4cxx::helpers::SocketException | |
SocketException (const LogString &msg) | |
SocketException (log4cxx_status_t status) | |
SocketException (const SocketException &) | |
SocketException & | operator= (const SocketException &) |
Public Member Functions inherited from log4cxx::helpers::IOException | |
IOException () | |
IOException (log4cxx_status_t stat) | |
IOException (const LogString &msg) | |
IOException (const IOException &src) | |
IOException & | operator= (const IOException &) |
Public Member Functions inherited from log4cxx::helpers::Exception | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
Signals that an error occurred while attempting to connect a socket to a remote address and port.
Typically, the connection was refused remotely (e.g., no process is listening on the remote address/port).
log4cxx::helpers::ConnectException::ConnectException | ( | log4cxx_status_t | status | ) |
log4cxx::helpers::ConnectException::ConnectException | ( | const ConnectException & | src | ) |
ConnectException& log4cxx::helpers::ConnectException::operator= | ( | const ConnectException & | ) |