Package 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:
RegionOfflineException
Thrown when something happens related to region handling. Subclasses have to be more specific.
- 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
-
RegionException
public RegionException()default constructor -
RegionException
Constructor- Parameters:
s
- message
-