Apache Log4cxx
Version 1.3.0
|
Signals that an I/O operation has been interrupted. More...
#include <exception.h>
Public Member Functions | |
InterruptedIOException (const LogString &msg) | |
InterruptedIOException (const InterruptedIOException &) | |
InterruptedIOException & | operator= (const InterruptedIOException &) |
Public Member Functions inherited from log4cxx::helpers::IOException | |
IOException () | |
IOException (log4cxx_status_t stat) | |
IOException (const LogString &msg) | |
IOException (const LogString &type, log4cxx_status_t stat) | |
IOException (const IOException &src) | |
IOException & | operator= (const IOException &) |
Public Member Functions inherited from log4cxx::helpers::Exception | |
Exception (const char *msg) | |
Exception (const LogString &msg) | |
Exception (const Exception &src) | |
Exception & | operator= (const Exception &src) |
const char * | what () const throw () |
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::InterruptedIOException::InterruptedIOException | ( | const LogString & | msg | ) |
log4cxx::helpers::InterruptedIOException::InterruptedIOException | ( | const InterruptedIOException & | ) |
InterruptedIOException & log4cxx::helpers::InterruptedIOException::operator= | ( | const InterruptedIOException & | ) |