Inherits log4cxx::helpers::IOException.
Inherited by SocketTimeoutException.
Public Member Functions | |
InterruptedIOException (const LogString &msg) | |
InterruptedIOException (const InterruptedIOException &) | |
InterruptedIOException & | operator= (const InterruptedIOException &) |
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.
InterruptedIOException | ( | const LogString & | msg | ) |
InterruptedIOException | ( | const InterruptedIOException & | ) |
InterruptedIOException& operator= | ( | const InterruptedIOException & | ) |