summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-01 10:21:04 +0200
committerHarald Musum <musum@verizonmedia.com>2019-08-01 10:21:04 +0200
commit61665a93480a7eb20da7ce6e91fcd27124149ba7 (patch)
tree20606003b9af992ab456c22564663b2182c3b107 /controller-api
parent0983e55f75b6b29a11a4e12da684f64408db1b8c (diff)
Use LOAD_BALANCER_NOT_READY and only for LoadBalancerServiceException
Handle LOAD_BALANCER_NOT_READY in controller as well
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServerException.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServerException.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServerException.java
index 20599e92aa9..780969206a2 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServerException.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServerException.java
@@ -38,7 +38,8 @@ public class ConfigServerException extends RuntimeException {
REQUEST_TIMEOUT,
UNKNOWN_VESPA_VERSION,
PARENT_HOST_NOT_READY,
- CERTIFICATE_NOT_READY
+ CERTIFICATE_NOT_READY,
+ LOAD_BALANCER_NOT_READY
}
}