Class HttpFetchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.norconex.collector.http.fetch.HttpFetchException
-
- All Implemented Interfaces:
Serializable
public class HttpFetchException extends IOException
Checked exception thrown upon encountering an error performing an HTTP Fetch- Since:
- 3.0.0
- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpFetchException()
HttpFetchException(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
-
-