Uses of Class
org.qubership.integration.platform.variables.management.consul.ConsulException
Packages that use ConsulException
Package
Description
-
Uses of ConsulException in org.qubership.integration.platform.variables.management.consul
Methods in org.qubership.integration.platform.variables.management.consul that throw ConsulExceptionModifier and TypeMethodDescriptionConsulClient.getKVsInTransaction(List<String> keys) Throws ConsulException if at least one key in a list is not present in consul -
Uses of ConsulException in org.qubership.integration.platform.variables.management.rest.exception
Methods in org.qubership.integration.platform.variables.management.rest.exception with parameters of type ConsulExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleConsulException(ConsulException exception)