Class IOReactorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.http.nio.reactor.IOReactorException
All Implemented Interfaces:
Serializable

public class IOReactorException extends 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:
  • Field Details

  • Constructor Details

    • IOReactorException

      public IOReactorException(String message, Exception cause)
    • IOReactorException

      public IOReactorException(String message, Throwable cause)
    • IOReactorException

      public IOReactorException(String message)