@InterfaceAudience.Public public class TableNotEnabledException extends DoNotRetryIOException
| 构造器和说明 |
|---|
TableNotEnabledException()
default constructor
|
TableNotEnabledException(byte[] tableName) |
TableNotEnabledException(String tableName) |
TableNotEnabledException(TableName tableName) |
public TableNotEnabledException()
public TableNotEnabledException(String tableName)
tableName - the name of table that is not enabledpublic TableNotEnabledException(TableName tableName)
tableName - the name of table that is not enabledpublic TableNotEnabledException(byte[] tableName)
tableName - the name of table that is not enabledCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.