Package org.apache.hadoop.hbase
Class TableExistsException
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.TableExistsException
- All Implemented Interfaces:
Serializable
Thrown when a table exists but should not.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTableExistsException
(String tableName) TableExistsException
(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
-
TableExistsException
public TableExistsException() -
TableExistsException
- Parameters:
tableName
- the name of the table that should not exist
-
TableExistsException
- Parameters:
tableName
- the name of the table that should not exist
-