Package org.apache.hadoop.hbase.ipc
Class FailedServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.ipc.FailedServerException
- All Implemented Interfaces:
Serializable
Indicates that we're trying to connect to a already known as dead server. We will want to retry:
we're getting this because the region location was wrong, or because the server just died, in
which case the retry loop will help us to wait for the regions to recover.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedServerException
-