public class

IOReactorException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.apache.http.nio.reactor.IOReactorException

Class Overview

I/O exception that can be thrown by an I/O reactor. Usually exceptions of this type are fatal and are not recoverable.

Summary

Public Constructors
IOReactorException(String message, Exception cause)
IOReactorException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IOReactorException (String message, Exception cause)

public IOReactorException (String message)