org.hbase.async
Class InvalidResponseException

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.NonRecoverableException
                      extended by org.hbase.async.InvalidResponseException
All Implemented Interfaces:
Serializable

public final class InvalidResponseException
extends NonRecoverableException

Exception used when the server sends an invalid response to an RPC.

See Also:
Serialized Form

Method Summary
 Object getResponse()
          Returns the possibly null response received from the server.
 
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

getResponse

public Object getResponse()
Returns the possibly null response received from the server.