Class TestingIOException

All Implemented Interfaces:
Serializable

public class TestingIOException extends ClientException
Use this exception to indicate any problems with networking (typically manifested as IOException).
See Also:
  • Constructor Details

    • TestingIOException

      public TestingIOException(String message)
    • TestingIOException

      public TestingIOException(String message, Throwable throwable)
    • TestingIOException

      public TestingIOException(String message, int httpStatusCode)
    • TestingIOException

      public TestingIOException(String message, int httpStatusCode, Throwable throwable)
    • TestingIOException

      public TestingIOException(String message, Throwable throwable, org.apache.http.client.methods.HttpUriRequest request, SlingHttpResponse response)