Class HttpNotFoundException

All Implemented Interfaces:
Serializable

public class HttpNotFoundException extends HttpException
This exception is thrown when the desired URL is not found.
Author:
Seth Ladd, Russell Gold
See Also:
  • Constructor Details

    • HttpNotFoundException

      public HttpNotFoundException(String responseMessage, URL baseURL)
      construct a HttpNotFoundException (404 Error)
      Parameters:
      responseMessage -
      baseURL -
    • HttpNotFoundException

      public HttpNotFoundException(URL url, Throwable t)
      construct a HttpNotFoundException (404 Error)
      Parameters:
      url -
      t -