Class RegionOpeningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.NotServingRegionException
org.apache.hadoop.hbase.exceptions.RegionOpeningException
- All Implemented Interfaces:
- Serializable
Subclass if the server knows the region is now on another server. This allows the client to call
 the new region server without calling the master.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
RegionOpeningException
 
-