Apache log4cxx Version 0.10.0
|
Signals that an I/O operation has been interrupted. More...
Inherits log4cxx::helpers::InterruptedIOException.
Public Member Functions | |
SocketTimeoutException () | |
SocketTimeoutException (const SocketTimeoutException &) | |
SocketTimeoutException & | operator= (const SocketTimeoutException &) |
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.
SocketTimeoutException | ( | const SocketTimeoutException & | ) |
SocketTimeoutException& operator= | ( | const SocketTimeoutException & | ) |