Class 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 Detail

      • HttpFetchException

        public HttpFetchException()
      • HttpFetchException

        public HttpFetchException​(String message,
                                  Throwable cause)
      • HttpFetchException

        public HttpFetchException​(String message)
      • HttpFetchException

        public HttpFetchException​(Throwable cause)