Package org.apache.hadoop.hbase.ipc
Class PluggableRpcQueueNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hbase.ipc.PluggableRpcQueueNotFound
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluggableRpcQueueNotFound
-