Package org.apache.hadoop.hbase.client
Class ConnectionImplementation.LocalConnectionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.client.ConnectionImplementation.LocalConnectionClosedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConnectionImplementation
private static class ConnectionImplementation.LocalConnectionClosedException
extends DoNotRetryIOException
Like
ConnectionClosedException
but thrown from the checkClosed call which looks at the
local this.closed flag. We use this rather than ConnectionClosedException
because the
latter does not inherit from DoNotRetryIOE (it should. TODO).-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocalConnectionClosedException
LocalConnectionClosedException(String message)
-