@InterfaceAudience.Public @InterfaceStability.Stable public class TableNotDisabledException extends DoNotRetryIOException
| Constructor and Description |
|---|
TableNotDisabledException()
default constructor
|
TableNotDisabledException(byte[] tableName) |
TableNotDisabledException(java.lang.String s)
Constructor
|
TableNotDisabledException(TableName tableName) |
public TableNotDisabledException()
public TableNotDisabledException(java.lang.String s)
s - messagepublic TableNotDisabledException(byte[] tableName)
tableName - Name of table that is not disabledpublic TableNotDisabledException(TableName tableName)
tableName - Name of table that is not disabled