org.hbase.async
Class UnknownRowLockException

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
                      extended by org.hbase.async.UnknownRowLockException
All Implemented Interfaces:
Serializable, HasFailedRpcException

public final class UnknownRowLockException
extends NonRecoverableException
implements HasFailedRpcException

Exception thrown when we try to use an invalid or expired RowLock.

See Also:
Serialized Form

Method Summary
 HBaseRpc getFailedRpc()
          Returns the RPC that caused this exception.
 
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
 

Method Detail

getFailedRpc

public HBaseRpc getFailedRpc()
Description copied from interface: HasFailedRpcException
Returns the RPC that caused this exception.

Specified by:
getFailedRpc in interface HasFailedRpcException