Package io.grpc
Class ServerRegistry.ProviderNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.grpc.ServerRegistry.ProviderNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ServerRegistry
public static final class ServerRegistry.ProviderNotFoundException extends java.lang.RuntimeException
Thrown when no suitableServerProvider
objects can be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderNotFoundException(java.lang.String msg)
-