Class PluggableRpcQueueNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.ipc.PluggableRpcQueueNotFound
All Implemented Interfaces:
Serializable

@Private @Evolving public class PluggableRpcQueueNotFound extends RuntimeException
Internal runtime error type to indicate the RpcExecutor failed to execute a `pluggable` call queue type. Either the FQCN for the class was missing in Configuration, not found on the classpath, or is not a subtype of BlockingQueue<CallRunner>
See Also: