Class MergeRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.client.DoNotRetryRegionException
org.apache.hadoop.hbase.exceptions.MergeRegionException
- All Implemented Interfaces:
Serializable
Thrown when something is wrong in trying to merge two regions.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
MergeRegionException
public MergeRegionException()default constructor -
MergeRegionException
Constructor- Parameters:
s
- message
-
MergeRegionException
-