@InterfaceAudience.Public public class TableNotEnabledException extends DoNotRetryIOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TableNotEnabledException()
default constructor
|
TableNotEnabledException(byte[] tableName) |
TableNotEnabledException(String tableName) |
TableNotEnabledException(TableName tableName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public TableNotEnabledException()
public TableNotEnabledException(String tableName)
tableName
- the name of table that is not enabledpublic TableNotEnabledException(TableName tableName)
tableName
- the name of table that is not enabledpublic TableNotEnabledException(byte[] tableName)
tableName
- the name of table that is not enabledCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.