@InterfaceAudience.Public public class TableExistsException extends DoNotRetryIOException
| Modifier and Type | Field and Description | 
|---|---|
private static long | 
serialVersionUID  | 
| Constructor and Description | 
|---|
TableExistsException()  | 
TableExistsException(String tableName)  | 
TableExistsException(TableName tableName)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public TableExistsException()
public TableExistsException(String tableName)
tableName - the name of the table that should not existpublic TableExistsException(TableName tableName)
tableName - the name of the table that should not existCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.