Class ConnectionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.exceptions.ConnectionClosedException
- All Implemented Interfaces:
Serializable
Thrown when the connection is closed
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConnectionClosedException
(String string) ConnectionClosedException
(String message, Throwable cause) ConnectionClosedException 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
-
ConnectionClosedException
-
ConnectionClosedException
ConnectionClosedException with cause- Parameters:
message
- the message for this exceptioncause
- the cause for this exception
-