net.nutch.protocol.http
Class HttpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.nutch.protocol.ProtocolException
              extended bynet.nutch.protocol.http.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 © 2004 The Nutch Organization.