Class TestingIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.testing.clients.ClientException
org.apache.sling.testing.clients.exceptions.TestingIOException
- All Implemented Interfaces:
Serializable
Use this exception to indicate any problems with networking (typically manifested as
IOException).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestingIOException
(String message) TestingIOException
(String message, int httpStatusCode) TestingIOException
(String message, int httpStatusCode, Throwable throwable) TestingIOException
(String message, Throwable throwable) TestingIOException
(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
-
TestingIOException
-
TestingIOException
-
TestingIOException
-
TestingIOException
-
TestingIOException
public TestingIOException(String message, Throwable throwable, org.apache.http.client.methods.HttpUriRequest request, SlingHttpResponse response)
-