Searched refs:MaxRecursionReachedException (Results 1 – 1 of 1) sorted by relevance
41 …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