org.hbase.async
Class ConnectionResetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.RecoverableException
org.hbase.async.ConnectionResetException
- All Implemented Interfaces:
- Serializable
public final class ConnectionResetException
- extends RecoverableException
Exception thrown when an RPC was in flight while we got disconnected.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getChannel
public Channel getChannel()
- Returns the name of the region that's offline.