Class ConnectionClosingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.ConnectionClosingException
All Implemented Interfaces:
Serializable

@Public public class ConnectionClosingException extends IOException
Thrown when the client believes that we are trying to communicate to has been repeatedly unresponsive for a while. On receiving such an exception. The ConnectionManager will skip all retries and fast fail the operation.
See Also: