org.apache.hadoop.hbase
Class NotServingRegionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.NotServingRegionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegionInRecoveryException, RegionMovedException, RegionOpeningException

@InterfaceAudience.Public
@InterfaceStability.Stable
public class NotServingRegionException
extends IOException

Thrown by a region server if it is sent a request for a region it is not serving.

See Also:
Serialized Form

Constructor Summary
NotServingRegionException()
          default constructor
NotServingRegionException(byte[] s)
          Constructor
NotServingRegionException(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

NotServingRegionException

public NotServingRegionException()
default constructor


NotServingRegionException

public NotServingRegionException(String s)
Constructor

Parameters:
s - message

NotServingRegionException

public NotServingRegionException(byte[] s)
Constructor

Parameters:
s - message


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