Class | Description |
---|---|
ClientExceptionsUtil |
Exception | Description |
---|---|
ConnectionClosedException |
Thrown when the connection is closed
|
ConnectionClosingException |
Thrown when the client believes that we are trying to communicate to has
been repeatedly unresponsive for a while.
|
DeserializationException |
Failed deserialization.
|
FailedSanityCheckException |
Exception thrown if a mutation fails sanity checks.
|
HBaseException |
Base checked exception in HBase.
|
IllegalArgumentIOException |
Exception thrown when an illegal argument is passed to a function/procedure.
|
MergeRegionException |
Thrown when something is wrong in trying to merge two regions.
|
OutOfOrderScannerNextException |
Thrown by a RegionServer while doing next() calls on a ResultScanner.
|
PreemptiveFastFailException |
Thrown when the client believes that we are trying to communicate to has
been repeatedly unresponsive for a while.
|
RegionMovedException |
Subclass if the server knows the region is now on another server.
|
RegionOpeningException |
Subclass if the server knows the region is now on another server.
|
RequestTooBigException |
Thrown when the size of the rpc request received by the server is too large.
|
ScannerResetException |
Thrown when the server side has received an Exception, and asks the Client to reset the scanner
state by closing the current region scanner, and reopening from the start of last seen row.
|
TimeoutIOException |
Exception thrown when a blocking operation times out.
|
UnexpectedStateException | |
UnknownProtocolException |
An error requesting an RPC protocol that the server is not serving.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.