org.apache.nutch.protocol.httpclient
Class HttpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.nutch.protocol.ProtocolException
              extended byorg.apache.nutch.protocol.httpclient.HttpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpError

public class HttpException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
HttpException()
           
HttpException(String message)
           
HttpException(String message, Throwable cause)
           
HttpException(Throwable 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

HttpException

public HttpException()

HttpException

public HttpException(String message)

HttpException

public HttpException(String message,
                     Throwable cause)

HttpException

public HttpException(Throwable cause)


Copyright © 2006 The Apache Software Foundation