Class TestingSetupException

  • All Implemented Interfaces:
    Serializable

    public class TestingSetupException
    extends ClientException
    Use this exception to signal problems in the test setup, e.g. incorrect or missing parameters.
    See Also:
    Serialized Form
    • Constructor Detail

      • TestingSetupException

        public TestingSetupException​(String message)
      • TestingSetupException

        public TestingSetupException​(String message,
                                     Throwable throwable)
      • TestingSetupException

        public TestingSetupException​(String message,
                                     int httpStatusCode)
      • TestingSetupException

        public TestingSetupException​(String message,
                                     int httpStatusCode,
                                     Throwable throwable)
      • TestingSetupException

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