Class HttpFetchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.norconex.collector.http.fetch.HttpFetchException
- All Implemented Interfaces:
Serializable
Checked exception thrown upon encountering an error performing
an HTTP Fetch
- Since:
- 3.0.0
- Author:
- Pascal Essiembre
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpFetchException(String message) HttpFetchException(String message, Throwable cause) HttpFetchException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpFetchException
public HttpFetchException() -
HttpFetchException
-
HttpFetchException
-
HttpFetchException
-