Class FetchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.norconex.crawler.core.fetch.FetchException
All Implemented Interfaces:
Serializable

public class FetchException extends IOException
Checked exception thrown upon encountering an error fetching a document.
See Also:
  • Constructor Details

    • FetchException

      public FetchException()
    • FetchException

      public FetchException(String message)
    • FetchException

      public FetchException(Throwable cause)
    • FetchException

      public FetchException(String message, Throwable cause)