Exception | Description |
---|---|
DeserializationException |
Failed deserialization.
|
FailedSanityCheckException |
Exception thrown if a mutation fails sanity checks.
|
HBaseException |
Base checked exception in HBase.
|
LockTimeoutException | |
MergeRegionException |
Thrown when something is wrong in trying to merge two regions.
|
OperationConflictException |
The exception that is thrown if there's duplicate execution of non-idempotent operation.
|
OutOfOrderScannerNextException |
Thrown by a RegionServer while doing next() calls on a ResultScanner.
|
RegionInRecoveryException |
Thrown when a read request issued against a region which is in recovering state.
|
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.
|
UnknownProtocolException |
An error requesting an RPC protocol that the server is not serving.
|
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.