Class HttpNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      HttpNotFoundException​(java.lang.String responseMessage, java.net.URL baseURL)
      construct a HttpNotFoundException (404 Error)
      HttpNotFoundException​(java.net.URL url, java.lang.Throwable t)
      construct a HttpNotFoundException (404 Error)
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpNotFoundException

        public HttpNotFoundException​(java.lang.String responseMessage,
                                     java.net.URL baseURL)
        construct a HttpNotFoundException (404 Error)
        Parameters:
        responseMessage -
        baseURL -
      • HttpNotFoundException

        public HttpNotFoundException​(java.net.URL url,
                                     java.lang.Throwable t)
        construct a HttpNotFoundException (404 Error)
        Parameters:
        url -
        t -