Home
last modified time | relevance | path

Searched refs:MaxRecursionReachedException (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DLoadBalancerConfigFactory.java41 …rt io.grpc.xds.LoadBalancerConfigFactory.LoadBalancingPolicyConverter.MaxRecursionReachedException;
109 } catch (MaxRecursionReachedException e) { in newConfig()
217 throws ResourceInvalidException, MaxRecursionReachedException { in convertToServiceConfig()
219 throw new MaxRecursionReachedException(); in convertToServiceConfig()
314 MaxRecursionReachedException { in convertWrrLocalityConfig()
393 static class MaxRecursionReachedException extends Exception { class in LoadBalancerConfigFactory.LoadBalancingPolicyConverter