Package org.apache.hadoop.hbase
Class MultiActionResultTooLarge
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.RetryImmediatelyException
org.apache.hadoop.hbase.MultiActionResultTooLarge
- All Implemented Interfaces:
Serializable
Exception thrown when the result needs to be chunked on the server side. It signals that retries
should happen right away and not count against the number of retries because some of the multi
was a success.
- 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
-
MultiActionResultTooLarge
-