org.apache.hadoop.hbase.exceptions
Class OperationConflictException
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.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.