org.apache.hadoop.hbase.exceptions
Class OperationConflictException

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.exceptions.OperationConflictException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class OperationConflictException
extends DoNotRetryIOException

The exception that is thrown if there's duplicate execution of non-idempotent operation. Client should not retry; may use "get" to get the desired value.

See Also:
Serialized Form

Constructor Summary
OperationConflictException()
           
OperationConflictException(String message)
           
OperationConflictException(String message, Throwable cause)
           
OperationConflictException(Throwable cause)
           
 
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

OperationConflictException

public OperationConflictException()

OperationConflictException

public OperationConflictException(String message)

OperationConflictException

public OperationConflictException(Throwable cause)

OperationConflictException

public OperationConflictException(String message,
                                  Throwable cause)


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.