@InterfaceAudience.Public public class TableNotDisabledException extends DoNotRetryIOException
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUID | 
| 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, toStringprivate static final long serialVersionUID
public 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–2021 The Apache Software Foundation. All rights reserved.