Class FailedServerException

All Implemented Interfaces:
Serializable

@Public public class FailedServerException extends HBaseIOException
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: