Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DManagedChannelProvider.java60 throw new ProviderNotFoundException("No functional channel service provider found. " in provider()
94 public static final class ProviderNotFoundException extends RuntimeException { class in ManagedChannelProvider
97 public ProviderNotFoundException(String msg) { in ProviderNotFoundException() method in ManagedChannelProvider.ProviderNotFoundException
DServerProvider.java19 import io.grpc.ManagedChannelProvider.ProviderNotFoundException;
55 throw new ProviderNotFoundException("No functional server found. " in provider()