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