Uses of Class
org.apache.hadoop.hbase.RegionException

Packages that use RegionException
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of RegionException in org.apache.hadoop.hbase
 

Subclasses of RegionException in org.apache.hadoop.hbase
 class TableNotFoundException
          Thrown when a table can not be located
 class UnknownRegionException
          Thrown when we are asked to operate on a region we know nothing about.
 

Uses of RegionException in org.apache.hadoop.hbase.client
 

Subclasses of RegionException in org.apache.hadoop.hbase.client
 class NoServerForRegionException
          Thrown when no region server can be found for a region
 class RegionOfflineException
          Thrown when a table can not be located
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.