org.apache.hadoop.hbase
Class CallSequenceOutOfOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CallSequenceOutOfOrderException
public CallSequenceOutOfOrderException()
CallSequenceOutOfOrderException
public CallSequenceOutOfOrderException(String msg)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.