org.hbase.async
Class UnknownScannerException

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.RecoverableException
                      extended by 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

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