org.apache.nutch.protocol.httpclient
Class HttpError

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

public class HttpError
extends HttpException

Thrown for HTTP error codes.

See Also:
Serialized Form

Constructor Summary
HttpError(int code)
           
 
Method Summary
 int getCode(int code)
           
 
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

HttpError

public HttpError(int code)
Method Detail

getCode

public int getCode(int code)


Copyright © 2006 The Apache Software Foundation