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