aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/src/main/java/ai/vespa/hosted/cd/InconclusiveTestException.java
blob: a77379647dc71f77d96b2445c1b6bff4e2dbff6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.hosted.cd;


/**
 * Signals that a test method can not yield a conclusive result at this time, and must be retried later.
 *
 * @author jonmv
 */
public class InconclusiveTestException extends RuntimeException {

}