Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Class and Description |
---|---|
class |
BrokenMetaException
Indicates that the
.META. or -ROOT- table is corrupted. |
class |
InvalidResponseException
Exception used when the server sends an invalid response to an RPC.
|
class |
NoSuchColumnFamilyException
Exception thrown when attempting to use a nonexistent column family.
|
class |
PleaseThrottleException
This exception notifies the application to throttle its use of HBase.
|
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 |
VersionMismatchException
Indicates that an RPC version mismatch occurred.
|
Copyright © 2010-2017, The Async HBase Authors