|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseException | |
---|---|
org.hbase.async |
Uses of HBaseException in org.hbase.async |
---|
Subclasses of HBaseException in org.hbase.async | |
---|---|
class |
BrokenMetaException
Indicates that the .META. or -ROOT- table is corrupted. |
class |
ConnectionResetException
Exception thrown when an RPC was in flight while we got disconnected. |
class |
InvalidResponseException
Exception used when the server sends an invalid response to an RPC. |
class |
NonRecoverableException
An exception for which it's typically pointless to retry (such as TableNotFoundException ). |
class |
NoSuchColumnFamilyException
Exception thrown when attempting to use a nonexistent column family. |
class |
NotServingRegionException
Exception thrown when we attempted to use a region that wasn't serving from that particular RegionServer. |
class |
PleaseThrottleException
This exception notifies the application to throttle its use of HBase. |
class |
RecoverableException
An exception for which it's typically useful to retry (such as RegionOfflineException ). |
class |
RegionOfflineException
Exception thrown when we attempted to find a region, but it wasn't being served by any RegionServer (it's "offline" in HBase speak). |
class |
RemoteException
An unclassified exception that occurred on the server side. |
class |
TableNotFoundException
Exception thrown when an attempt to use an inexistent table was made. |
class |
UnknownRowLockException
Exception thrown when we try to use an invalid or expired RowLock . |
class |
UnknownScannerException
Exception thrown when we try to use an invalid or expired scanner ID. |
class |
VersionMismatchException
Indicates that an RPC version mismatch occurred. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |