@InterfaceAudience.Public @InterfaceStability.Stable public class TableNotFoundException extends DoNotRetryIOException
| 构造器和说明 |
|---|
TableNotFoundException()
default constructor
|
TableNotFoundException(byte[] tableName) |
TableNotFoundException(String s) |
TableNotFoundException(org.apache.hadoop.hbase.TableName tableName) |
public TableNotFoundException()
public TableNotFoundException(String s)
s - messagepublic TableNotFoundException(byte[] tableName)
public TableNotFoundException(org.apache.hadoop.hbase.TableName tableName)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.