Class TestingSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.testing.clients.ClientException
org.apache.sling.testing.clients.exceptions.TestingSetupException
- All Implemented Interfaces:
Serializable
Use this exception to signal problems in the test setup, e.g. incorrect or missing
parameters.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestingSetupException
(String message) TestingSetupException
(String message, int httpStatusCode) TestingSetupException
(String message, int httpStatusCode, Throwable throwable) TestingSetupException
(String message, Throwable throwable) TestingSetupException
(String message, Throwable throwable, org.apache.http.client.methods.HttpUriRequest request, SlingHttpResponse response) -
Method Summary
Methods inherited from class org.apache.sling.testing.clients.ClientException
getHttpStatusCode, getMessage, getRequest, getResponse, setRequest, setResponse, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TestingSetupException
-
TestingSetupException
-
TestingSetupException
-
TestingSetupException
-
TestingSetupException
public TestingSetupException(String message, Throwable throwable, org.apache.http.client.methods.HttpUriRequest request, SlingHttpResponse response)
-