@InterfaceAudience.Public @InterfaceStability.Stable 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, toString
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.