@InterfaceAudience.Public public class TableExistsException extends DoNotRetryIOException
Constructor and Description |
---|
TableExistsException() |
TableExistsException(String tableName) |
TableExistsException(TableName tableName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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–2019 The Apache Software Foundation. All rights reserved.