java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.nutch.protocol.ProtocolException
org.supermind.crawl.http.HttpException
public class HttpException
Constructor Summary | |
---|---|
HttpException()
|
|
HttpException(java.lang.String message)
|
|
HttpException(java.lang.String message,
java.lang.Throwable cause)
|
|
HttpException(java.lang.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 |
---|
public HttpException()
public HttpException(java.lang.String message)
public HttpException(java.lang.String message, java.lang.Throwable cause)
public HttpException(java.lang.Throwable cause)