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
This exception is thrown when the desired URL is not found.
- Author:
- Seth Ladd, Russell Gold
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpNotFoundException(String responseMessage, URL baseURL) construct a HttpNotFoundException (404 Error)HttpNotFoundException(URL url, Throwable t) construct a HttpNotFoundException (404 Error) -
Method Summary
Methods inherited from class HttpException
getCause, getMessage, getResponseCode, getResponseMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpNotFoundException
-
HttpNotFoundException
-