org.apache.hadoop.hbase.regionserver
Class RegionServerStoppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.regionserver.RegionServerStoppedException
- All Implemented Interfaces:
- Serializable
public class RegionServerStoppedException
- extends DoNotRetryIOException
Thrown by the region server when it is shutting down state.
Should NEVER be thrown to HBase clients, they will abort the call chain
and not retry even though regions will transition to new servers.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RegionServerStoppedException
public RegionServerStoppedException()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.