org.apache.hadoop.hbase
Class RegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.RegionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MergeRegionException, NoServerForRegionException, RegionOfflineException, UnknownRegionException
@InterfaceAudience.Public
@InterfaceStability.Stable
public class RegionException
- extends HBaseIOException
Thrown when something happens related to region handling.
Subclasses have to be more specific.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RegionException
public RegionException()
- default constructor
RegionException
public RegionException(String s)
- Constructor
- Parameters:
s
- message
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.