Apache log4cxx
Version 0.10.0
|
Signals that an error occurred while attempting to connect a socket to a remote address and port. More...
Inherits SocketException.
Public Member Functions | |
ConnectException (log4cxx_status_t status) | |
ConnectException (const ConnectException &src) | |
ConnectException & | operator= (const ConnectException &) |
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).
ConnectException | ( | log4cxx_status_t | status | ) |
ConnectException | ( | const ConnectException & | src | ) |
ConnectException& operator= | ( | const ConnectException & | ) |