Signals that an I/O exception of some sort has occurred. More...
Inherits log4cxx::helpers::Exception.
Inherited by InterruptedIOException, and SocketException.
Public Member Functions | |
IOException () | |
IOException (log4cxx_status_t stat) | |
IOException (const LogString &msg) | |
IOException (const IOException &src) | |
IOException & | operator= (const IOException &) |
Signals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or interrupted I/O operations.
IOException | ( | ) |
IOException | ( | log4cxx_status_t | stat | ) |
IOException | ( | const LogString & | msg | ) |
IOException | ( | const IOException & | src | ) |
IOException& operator= | ( | const IOException & | ) |
Reimplemented from Exception.
Reimplemented in SocketException, ConnectException, ClosedChannelException, BindException, InterruptedIOException, and SocketTimeoutException.