Package org.apache.http.nio.reactor
Class IOReactorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.http.nio.reactor.IOReactorException
- All Implemented Interfaces:
Serializable
I/O exception that can be thrown by an I/O reactor. Usually exceptions
of this type are fatal and are not recoverable.
- Since:
- 4.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIOReactorException
(String message) IOReactorException
(String message, Exception cause) IOReactorException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IOReactorException
-
IOReactorException
-
IOReactorException
-