Package org.apache.hadoop.hbase
Class CallQueueTooBigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.HBaseServerException
org.apache.hadoop.hbase.CallDroppedException
org.apache.hadoop.hbase.CallQueueTooBigException
- All Implemented Interfaces:
Serializable
Returned to clients when their request was dropped because the call queue was too big to accept a
new call. Clients should retry upon receiving it.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.HBaseServerException
isServerOverloaded, isServerOverloaded, setServerOverloaded
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallQueueTooBigException
public CallQueueTooBigException() -
CallQueueTooBigException
-