Uses of Class
org.hbase.async.RecoverableException

Packages that use RecoverableException
org.hbase.async   
 

Uses of RecoverableException in org.hbase.async
 

Subclasses of RecoverableException in org.hbase.async
 class ConnectionResetException
          Exception thrown when an RPC was in flight while we got disconnected.
 class NotServingRegionException
          Exception thrown when we attempted to use a region that wasn't serving from that particular RegionServer.
 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 UnknownScannerException
          Exception thrown when we try to use an invalid or expired scanner ID.
 



Copyright © 2010-2014, The Async HBase Authors