org.hbase.async
Class VersionMismatchException

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.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

Method Summary
 HBaseRpc getFailedRpc()
          Returns the RPC that caused this exception.
 
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

getFailedRpc

public HBaseRpc getFailedRpc()
Description copied from interface: HasFailedRpcException
Returns the RPC that caused this exception.

Specified by:
getFailedRpc in interface HasFailedRpcException