Package com.meterware.httpunit
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 com.meterware.httpunit.HttpException
getCause, getMessage, getResponseCode, getResponseMessage
Methods inherited from class java.lang.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
construct an internal HTTP Error from a URL and a throwable- Parameters:
url
-t
-
-