org.apache.nutch.protocol.http.api
Class HttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.nutch.protocol.ProtocolException
              extended by org.apache.nutch.protocol.http.api.HttpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlockedException

public class HttpException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
HttpException()
           
HttpException(String message)
           
HttpException(String message, Throwable cause)
           
HttpException(Throwable cause)
           
 
Method Summary
 
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 © 2012 The Apache Software Foundation