org.apache.http.nio.reactor
Class IOReactorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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.

See Also:
Serialized Form

Constructor Summary
IOReactorException(java.lang.String message)
           
IOReactorException(java.lang.String message, java.io.IOException cause)
           
 
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(java.lang.String message,
                          java.io.IOException cause)

IOReactorException

public IOReactorException(java.lang.String message)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.