com.meterware.httpunit

Class HttpNotFoundException

public class HttpNotFoundException extends HttpException

This exception is thrown when the desired URL is not found.

Author: Seth Ladd Russell Gold

Constructor Summary
HttpNotFoundException(String responseMessage, URL baseURL)
HttpNotFoundException(URL url, Throwable t)

Constructor Detail

HttpNotFoundException

public HttpNotFoundException(String responseMessage, URL baseURL)

HttpNotFoundException

public HttpNotFoundException(URL url, Throwable t)