Uses of Class
org.hbase.async.NonRecoverableException

Packages that use NonRecoverableException
org.hbase.async   
 

Uses of NonRecoverableException in org.hbase.async
 

Subclasses of NonRecoverableException in org.hbase.async
 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-2015, The Async HBase Authors