@InterfaceAudience.Public public class TableNotFoundException extends DoNotRetryIOException
| 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, toStringpublic 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–2020 The Apache Software Foundation. All rights reserved.