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
Method Summary |
org.jboss.netty.channel.Channel |
getChannel()
Returns the name of the region that's offline. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getChannel
public org.jboss.netty.channel.Channel getChannel()
- Returns the name of the region that's offline.
Copyright © 2010-2015, The Async HBase Authors