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:
Serializable
- Enclosing class:
- ServerRegistry
public static final class ServerRegistry.ProviderNotFoundException extends RuntimeException
Thrown when no suitableServerProvider
objects can be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderNotFoundException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderNotFoundException
public ProviderNotFoundException(String msg)
-
-