@InterfaceAudience.Public @InterfaceStability.Stable public class TableNotEnabledException extends DoNotRetryIOException
| 构造器和说明 |
|---|
TableNotEnabledException()
default constructor
|
TableNotEnabledException(byte[] tableName) |
TableNotEnabledException(String s)
Constructor
|
TableNotEnabledException(org.apache.hadoop.hbase.TableName tableName) |
public TableNotEnabledException()
public TableNotEnabledException(String s)
s - messagepublic TableNotEnabledException(org.apache.hadoop.hbase.TableName tableName)
tableName - Name of table that is not enabledpublic TableNotEnabledException(byte[] tableName)
tableName - Name of table that is not enabledCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.