org.supermind.crawl.http
Class HttpError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.nutch.protocol.ProtocolException
              extended by org.supermind.crawl.http.HttpException
                  extended by org.supermind.crawl.http.HttpError
All Implemented Interfaces:
java.io.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)