com.meterware.httpunit
Class HttpNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.meterware.httpunit.HttpException
                  extended by com.meterware.httpunit.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
HttpNotFoundException(java.lang.String responseMessage, java.net.URL baseURL)
           
HttpNotFoundException(java.net.URL url, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.meterware.httpunit.HttpException
getMessage, getResponseCode, getResponseMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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)

HttpNotFoundException

public HttpNotFoundException(java.net.URL url,
                             java.lang.Throwable t)

Copyright © 2000-2006 Russell Gold. See license agreement for rights granted.