org.apache.hadoop.hbase
Class RegionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.HBaseIOException
                  extended by 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

Constructor Summary
RegionException()
          default constructor
RegionException(String s)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegionException

public RegionException()
default constructor


RegionException

public RegionException(String s)
Constructor

Parameters:
s - message


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.