| Name | Description | Type | Package | Framework |
| BloomType | Class | org.apache.hadoop.hbase.regionserver | HBase | |
| FailedLogCloseException | Thrown when we fail close of the write-ahead-log file. | Class | org.apache.hadoop.hbase.regionserver.wal | HBase |
| FailedSyncBeforeLogCloseException | Thrown when we fail close of the write-ahead-log file. | Class | org.apache.hadoop.hbase.regionserver.wal | HBase |
| LeaseException | Reports a problem with a leaseSee Also:Serialized Form | Class | org.apache.hadoop.hbase.regionserver | HBase |
| NoSuchColumnFamilyException | Thrown if request for nonexistent column family. | Class | org.apache.hadoop.hbase.regionserver | HBase |
| RegionServerAbortedException | Thrown by the region server when it is aborting. | Class | org.apache.hadoop.hbase.regionserver | HBase |
| RegionServerRunningException | Thrown if the region server log directory exists (which indicates another region server is running at the same address) | Class | org.apache.hadoop.hbase.regionserver | HBase |
| RegionServerStoppedException | Thrown by the region server when it is in shutting down state. | Class | org.apache.hadoop.hbase.regionserver | HBase |
| RowTooBigException | Gets or Scans throw this exception if running without in-row scan flag set and row size appears to exceed max configured size (configurable via | Class | org.apache.hadoop.hbase.regionserver | HBase |
| WrongRegionException | Thrown when a request contains a key which is not part of this regionSee Also:Serialized Form | Class | org.apache.hadoop.hbase.regionserver | HBase |