Class ConnectionClosingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.ConnectionClosingException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConnectionClosingException
(String string) ConnectionClosingException
(String message, Throwable cause) ConnectionClosingException with cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
ConnectionClosingException
-
ConnectionClosingException
ConnectionClosingException with cause- Parameters:
message
- the message for this exceptioncause
- the cause for this exception
-