org.apache.hadoop.hbase.client
Class NoServerForRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.RegionException
org.apache.hadoop.hbase.client.NoServerForRegionException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class NoServerForRegionException
- extends RegionException
Thrown when no region server can be found for a region
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoServerForRegionException
public NoServerForRegionException()
- default constructor
NoServerForRegionException
public NoServerForRegionException(String s)
- Constructor
- Parameters:
s
- message
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.