@InterfaceAudience.Public public class TableNotFoundException extends DoNotRetryIOException
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUID | 
| Constructor and Description | 
|---|
| TableNotFoundException() | 
| TableNotFoundException(byte[] tableName) | 
| TableNotFoundException(String tableName) | 
| TableNotFoundException(TableName tableName) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
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–2021 The Apache Software Foundation. All rights reserved.