org.hbase.async
Class RegionOfflineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.RecoverableException
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 |
getRegion
public byte[] getRegion()
- Returns the name of the region that's offline.