org.hbase.async
Class NotServingRegionException

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.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

Method Summary
 HBaseRpc getFailedRpc()
          Returns the RPC that caused this exception.
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

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