org.hbase.async
Class VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hbase.async.HBaseException
org.hbase.async.NonRecoverableException
org.hbase.async.VersionMismatchException
- All Implemented Interfaces:
- Serializable, HasFailedRpcException
public final class VersionMismatchException
- extends NonRecoverableException
- implements HasFailedRpcException
Indicates that an RPC version mismatch occurred.
The RPC sent to the server failed because the server didn't support the RPC
versions used by the client.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getFailedRpc
public HBaseRpc getFailedRpc()
- Description copied from interface:
HasFailedRpcException
- Returns the RPC that caused this exception.
- Specified by:
getFailedRpc
in interface HasFailedRpcException