com.meterware.httpunit
Class HttpNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.meterware.httpunit.HttpException
                          |
                          +--com.meterware.httpunit.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:
Serialized Form

Constructor Summary
HttpNotFoundException(URL url)
           
HttpNotFoundException(URL url, Throwable t)
           
 
Methods inherited from class com.meterware.httpunit.HttpException
getMessage, getResponseCode, getResponseMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpNotFoundException

public HttpNotFoundException(URL url)

HttpNotFoundException

public HttpNotFoundException(URL url,
                             Throwable t)