Uses of Package
org.apache.hadoop.hbase.exceptions

Packages that use org.apache.hadoop.hbase.exceptions
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.zookeeper   
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase
DeserializationException
          Failed deserialization.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.catalog
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.client
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
FailedLogCloseException
          Thrown when we fail close of the write-ahead-log file.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HBaseSnapshotException
          General exception base class for when a snapshot fails
MasterNotRunningException
          Thrown if the master is not running
RegionException
          Thrown when something happens related to region handling.
RestoreSnapshotException
          Thrown when a snapshot could not be restored due to a server-side error when restoring it.
SnapshotCreationException
          Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
TableExistsException
          Thrown when a table exists but should not
TableNotFoundException
          Thrown when a table can not be located
UnknownSnapshotException
          Exception thrown when we get a request for a snapshot we don't recognize.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.exceptions
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseException
          Base checked exception in HBase.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HBaseSnapshotException
          General exception base class for when a snapshot fails
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
RegionException
          Thrown when something happens related to region handling.
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.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.filter
DeserializationException
          Failed deserialization.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.ipc
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.protobuf
DeserializationException
          Failed deserialization.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
 

Classes in org.apache.hadoop.hbase.exceptions used by org.apache.hadoop.hbase.zookeeper
DeserializationException
          Failed deserialization.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 



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