Apache Log4cxx  Version 1.5.0
Loading...
Searching...
No Matches
log4cxx::helpers::IOException Class Reference

Signals that an I/O exception of some sort has occurred. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::IOException:
log4cxx::helpers::Exception log4cxx::helpers::InterruptedIOException log4cxx::helpers::SocketException log4cxx::helpers::SocketTimeoutException log4cxx::helpers::BindException log4cxx::helpers::ClosedChannelException log4cxx::helpers::ConnectException

Public Member Functions

 IOException ()
 IOException (log4cxx_status_t stat)
 IOException (const LogString &msg)
 IOException (const LogString &type, log4cxx_status_t stat)
 IOException (const IOException &src)
IOExceptionoperator= (const IOException &)
Public Member Functions inherited from log4cxx::helpers::Exception
 Exception (const char *msg)
 Exception (const LogString &msg)
 Exception (const Exception &src)
Exceptionoperator= (const Exception &src)
const char * what () const throw ()

Additional Inherited Members

Static Public Member Functions inherited from log4cxx::helpers::Exception
static LogString makeMessage (const LogString &type, log4cxx_status_t stat)

Detailed Description

Signals that an I/O exception of some sort has occurred.

This class is the general class of exceptions produced by failed or interrupted I/O operations.

Constructor & Destructor Documentation

◆ IOException() [1/5]

log4cxx::helpers::IOException::IOException ( )

◆ IOException() [2/5]

log4cxx::helpers::IOException::IOException ( log4cxx_status_t stat)

◆ IOException() [3/5]

log4cxx::helpers::IOException::IOException ( const LogString & msg)

◆ IOException() [4/5]

log4cxx::helpers::IOException::IOException ( const LogString & type,
log4cxx_status_t stat )

◆ IOException() [5/5]

log4cxx::helpers::IOException::IOException ( const IOException & src)

Member Function Documentation

◆ operator=()

IOException & log4cxx::helpers::IOException::operator= ( const IOException & )

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