Class HttpInternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.meterware.httpunit.HttpException
com.meterware.httpunit.HttpInternalErrorException
- All Implemented Interfaces:
Serializable
This exception is thrown when an internal error is found on the server.
- Author:
- Seth Ladd, Russell Gold
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstruct an internal http error form an urlHttpInternalErrorException(URL url, Throwable t) construct an internal HTTP Error from a URL and a throwable -
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
-
HttpInternalErrorException
construct an internal http error form an url- Parameters:
url-
-
HttpInternalErrorException
-