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