@InterfaceAudience.Public public class TableNotDisabledException extends DoNotRetryIOException
| Constructor and Description | 
|---|
| TableNotDisabledException() | 
| TableNotDisabledException(byte[] tableName) | 
| TableNotDisabledException(String tableName) | 
| TableNotDisabledException(TableName tableName) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableNotDisabledException()
public TableNotDisabledException(String tableName)
tableName - the name of the table that is not disabledpublic TableNotDisabledException(byte[] tableName)
tableName - the name of the table that is not disabledpublic TableNotDisabledException(TableName tableName)
tableName - the name of the table that is not disabledCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.