org.hbase.async
Class UnknownRowLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.NonRecoverableException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getFailedRpc
public HBaseRpc getFailedRpc()
- Description copied from interface:
HasFailedRpcException
- Returns the RPC that caused this exception.
- Specified by:
getFailedRpc
in interface HasFailedRpcException