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
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotServingRegionException
public NotServingRegionException()
- default constructor
NotServingRegionException
public NotServingRegionException(String s)
- Constructor
- Parameters:
s
- message
Copyright © 2006 The Apache Software Foundation