Apache log4cxx  Version 0.10.0
ConnectException Class Reference

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)
ConnectExceptionoperator= (const ConnectException &)
- Public Member Functions inherited from SocketException
 SocketException (const LogString &msg)
 SocketException (log4cxx_status_t status)
 SocketException (const SocketException &)
SocketExceptionoperator= (const SocketException &)
- Public Member Functions inherited from IOException
 IOException ()
 IOException (log4cxx_status_t stat)
 IOException (const LogString &msg)
 IOException (const IOException &src)
IOExceptionoperator= (const IOException &)
- Public Member Functions inherited from 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 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

Member Function Documentation

ConnectException& operator= ( const ConnectException )

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