org.hbase.async
Class NonRecoverableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hbase.async.HBaseException
                  extended by org.hbase.async.NonRecoverableException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BrokenMetaException, InvalidResponseException, NoSuchColumnFamilyException, PleaseThrottleException, RemoteException, TableNotFoundException, UnknownRowLockException, VersionMismatchException

public class NonRecoverableException
extends HBaseException

An exception for which it's typically pointless to retry (such as TableNotFoundException).

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait