Public Member Functions

ConnectException Class Reference

Signals that an error occurred while attempting to connect a socket to a remote address and port. More...

Inherits log4cxx::helpers::SocketException.

List of all members.

Public Member Functions

 ConnectException (log4cxx_status_t status)
 ConnectException (const ConnectException &src)
ConnectExceptionoperator= (const ConnectException &)

Detailed Description

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).


Constructor & Destructor Documentation

ConnectException ( const ConnectException src  ) 

Member Function Documentation

ConnectException& operator= ( const ConnectException  ) 

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