Class TestingValidationException

  • All Implemented Interfaces:
    Serializable

    public class TestingValidationException
    extends ClientException
    Use this exception to indicate any mismatch between expectations and the actual test result. This exception typically indicates "real" test failures.
    See Also:
    Serialized Form
    • Constructor Detail

      • TestingValidationException

        public TestingValidationException​(String message)
      • TestingValidationException

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

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

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

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