Signals that an error occurred while attempting to bind a socket to a local address and port. More...
Inherits log4cxx::helpers::SocketException.
Public Member Functions | |
BindException (log4cxx_status_t status) | |
BindException (const BindException &) | |
BindException & | operator= (const BindException &) |
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.
BindException | ( | log4cxx_status_t | status | ) |
BindException | ( | const BindException & | ) |
BindException& operator= | ( | const BindException & | ) |