org.hbase.async
Class UnknownScannerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.RecoverableException
org.hbase.async.UnknownScannerException
- All Implemented Interfaces:
- Serializable, HasFailedRpcException
public final class UnknownScannerException
- extends RecoverableException
- implements HasFailedRpcException
Exception thrown when we try to use an invalid or expired scanner ID.
- 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