org.apache.http.nio.reactor
Class IOReactorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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:
Serialized Form

Constructor Summary
IOReactorException(String message)
           
IOReactorException(String message, Exception cause)
           
IOReactorException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOReactorException

public IOReactorException(String message,
                          Exception cause)

IOReactorException

public IOReactorException(String message,
                          Throwable cause)

IOReactorException

public IOReactorException(String message)


Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.