org.hbase.async
Class InvalidResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.NonRecoverableException
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 |
getResponse
public Object getResponse()
- Returns the possibly
null
response received from the server.