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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionConnectionClosedException(String string) ConnectionClosedException(String message, Throwable cause) ConnectionClosedException with cause
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
ConnectionClosedException
- 
ConnectionClosedExceptionConnectionClosedException with cause- Parameters:
- message- the message for this exception
- cause- the cause for this exception
 
 
-