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:
  • Constructor Details

    • HttpFetchException

      public HttpFetchException()
    • HttpFetchException

      public HttpFetchException(String message, Throwable cause)
    • HttpFetchException

      public HttpFetchException(String message)
    • HttpFetchException

      public HttpFetchException(Throwable cause)