|
Apache Log4cxx
Version 1.7.0
|
Signals that an I/O operation has been interrupted. More...
#include <exception.h>
Additional Inherited Members | |
| Static Public Member Functions inherited from log4cxx::helpers::Exception | |
| static LogString | makeMessage (const LogString &type, log4cxx_status_t stat) |
| static std::string | makeMessage (const char *type, log4cxx_status_t stat) |
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.
| log4cxx::helpers::SocketTimeoutException::SocketTimeoutException | ( | ) |
| log4cxx::helpers::SocketTimeoutException::SocketTimeoutException | ( | const SocketTimeoutException & | ) |
| SocketTimeoutException & log4cxx::helpers::SocketTimeoutException::operator= | ( | const SocketTimeoutException & | ) |