Package org.apache.hadoop.hbase
Class NotServingRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.NotServingRegionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegionMovedException
,RegionOpeningException
Thrown by a region server if it is sent a request for a region it is not serving.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNotServingRegionException
(byte[] message) NotServingRegionException
(String message) -
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
-
NotServingRegionException
public NotServingRegionException() -
NotServingRegionException
- Parameters:
message
- the message for this exception
-
NotServingRegionException
- Parameters:
message
- the message for this exception
-