Class HttpInternalErrorException

All Implemented Interfaces:
Serializable

public class HttpInternalErrorException extends HttpException
This exception is thrown when an internal error is found on the server.
Author:
Seth Ladd, Russell Gold
See Also:
  • Constructor Details

    • HttpInternalErrorException

      public HttpInternalErrorException(URL url)
      construct an internal http error form an url
      Parameters:
      url -
    • HttpInternalErrorException

      public HttpInternalErrorException(URL url, Throwable t)
      construct an internal HTTP Error from a URL and a throwable
      Parameters:
      url -
      t -