org.hbase.async
Class ConnectionResetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hbase.async.HBaseException
                  extended by org.hbase.async.RecoverableException
                      extended by 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
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getChannel

public Channel getChannel()
Returns the name of the region that's offline.