org.apache.hadoop.hbase.exceptions
Class MergeRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.RegionException
org.apache.hadoop.hbase.exceptions.MergeRegionException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class MergeRegionException
- extends RegionException
Thrown when something is wrong in trying to merge two regions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MergeRegionException
public MergeRegionException()
- default constructor
MergeRegionException
public MergeRegionException(String s)
- Constructor
- Parameters:
s
- message
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.