@InterfaceAudience.Public public class TableNotDisabledException extends DoNotRetryIOException
| 构造器和说明 |
|---|
TableNotDisabledException()
default constructor
|
TableNotDisabledException(byte[] tableName) |
TableNotDisabledException(String s)
Constructor
|
TableNotDisabledException(TableName tableName) |
public TableNotDisabledException()
public TableNotDisabledException(String s)
s - messagepublic TableNotDisabledException(byte[] tableName)
tableName - Name of table that is not disabledpublic TableNotDisabledException(TableName tableName)
tableName - Name of table that is not disabledCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.