@InterfaceAudience.Public @InterfaceStability.Stable public class TableNotFoundException extends DoNotRetryIOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TableNotFoundException()
default constructor
|
TableNotFoundException(byte[] tableName) |
TableNotFoundException(String s) |
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 s)
s - messagepublic TableNotFoundException(byte[] tableName)
public TableNotFoundException(TableName tableName)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.