Package org.apache.hadoop.hbase
Class ConcurrentTableModificationException
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.ConcurrentTableModificationException
- All Implemented Interfaces:
Serializable
Thrown when a table has been modified concurrently
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptiondefault constructorConcurrentTableModificationException
(byte[] tableName) ConstructorConcurrentTableModificationException
(TableName tableName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
ConcurrentTableModificationException
public ConcurrentTableModificationException()default constructor -
ConcurrentTableModificationException
Constructor- Parameters:
s
- message
-
ConcurrentTableModificationException
- Parameters:
tableName
- Name of table that is modified concurrently
-
ConcurrentTableModificationException
- Parameters:
tableName
- Name of table that is modified concurrently
-