org.hbase.async
Interface HasFailedRpcException

All Known Implementing Classes:
NoSuchColumnFamilyException, NotServingRegionException, PleaseThrottleException, UnknownRowLockException, UnknownScannerException, VersionMismatchException

public interface HasFailedRpcException

Interface implemented by HBaseExceptions that can tell you which RPC failed.


Method Summary
 HBaseRpc getFailedRpc()
          Returns the RPC that caused this exception.
 

Method Detail

getFailedRpc

HBaseRpc getFailedRpc()
Returns the RPC that caused this exception.