org.hbase.async
Class RegionOfflineException

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.RegionOfflineException
All Implemented Interfaces:
Serializable

public final class RegionOfflineException
extends RecoverableException

Exception thrown when we attempted to find a region, but it wasn't being served by any RegionServer (it's "offline" in HBase speak). XXX verify those claims... Is "offline" = "disabled"? Or the region is in transition? Or what?

See Also:
Serialized Form

Method Summary
 byte[] getRegion()
          Returns the name of the region that's offline.
 
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

getRegion

public byte[] getRegion()
Returns the name of the region that's offline.