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

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

    • 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)