Class RequestTooBigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.exceptions.RequestTooBigException
- All Implemented Interfaces:
Serializable
Thrown when the size of the rpc request received by the server is too large. On receiving such an
exception, the client does not retry the offending rpc.
- Since:
- 1.3.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
private static final long
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
MAJOR_VERSION
- See Also:
-
MINOR_VERSION
- See Also:
-
-
Constructor Details
-
RequestTooBigException
public RequestTooBigException() -
RequestTooBigException
-