org.apache.hadoop.hbase
Class CallSequenceOutOfOrderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.HBaseIOException
                  extended by org.apache.hadoop.hbase.DoNotRetryIOException
                      extended by org.apache.hadoop.hbase.CallSequenceOutOfOrderException
All Implemented Interfaces:
Serializable

public class CallSequenceOutOfOrderException
extends DoNotRetryIOException

Thrown by a region server while doing scan related next() calls. Both client and server maintain a callSequence and if they do not match, RS will throw this exception.

See Also:
Serialized Form

Constructor Summary
CallSequenceOutOfOrderException()
           
CallSequenceOutOfOrderException(String msg)
           
 
Method Summary
 
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
 

Constructor Detail

CallSequenceOutOfOrderException

public CallSequenceOutOfOrderException()

CallSequenceOutOfOrderException

public CallSequenceOutOfOrderException(String msg)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.