Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::SocketTimeoutException Class Reference

Signals that an I/O operation has been interrupted. More...

#include <exception.h>

Inheritance diagram for log4cxx::helpers::SocketTimeoutException:
log4cxx::helpers::InterruptedIOException log4cxx::helpers::IOException log4cxx::helpers::Exception

Public Member Functions

 SocketTimeoutException ()
 
 SocketTimeoutException (const SocketTimeoutException &)
 
SocketTimeoutExceptionoperator= (const SocketTimeoutException &)
 
- Public Member Functions inherited from log4cxx::helpers::InterruptedIOException
 InterruptedIOException (const LogString &msg)
 
 InterruptedIOException (const InterruptedIOException &)
 
InterruptedIOExceptionoperator= (const InterruptedIOException &)
 
- Public Member Functions inherited from log4cxx::helpers::IOException
 IOException ()
 
 IOException (log4cxx_status_t stat)
 
 IOException (const LogString &msg)
 
 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 ()
 

Detailed Description

Signals that an I/O operation has been interrupted.

An InterruptedIOException is thrown to indicate that an input or output transfer has been terminated because the thread performing it was interrupted. The field bytesTransferred indicates how many bytes were successfully transferred before the interruption occurred.

Constructor & Destructor Documentation

◆ SocketTimeoutException() [1/2]

log4cxx::helpers::SocketTimeoutException::SocketTimeoutException ( )

◆ SocketTimeoutException() [2/2]

log4cxx::helpers::SocketTimeoutException::SocketTimeoutException ( const SocketTimeoutException )

Member Function Documentation

◆ operator=()

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

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