org.hbase.async
Class NotServingRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.RecoverableException
org.hbase.async.NotServingRegionException
- All Implemented Interfaces:
- Serializable, HasFailedRpcException
public final class NotServingRegionException
- extends RecoverableException
- implements HasFailedRpcException
Exception thrown when we attempted to use a region that wasn't serving from
that particular RegionServer. It probably moved somewhere else.
- See Also:
- Serialized Form
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getFailedRpc
public HBaseRpc getFailedRpc()
- Description copied from interface:
HasFailedRpcException
- Returns the RPC that caused this exception.
- Specified by:
getFailedRpc
in interface HasFailedRpcException