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:
java.io.Serializable
public class IOReactorException extends java.io.IOException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOReactorException(java.lang.String message)
IOReactorException(java.lang.String message, java.lang.Exception cause)
IOReactorException(java.lang.String message, java.lang.Throwable cause)
-