Package org.apache.hadoop.hbase
Class TableNotDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.TableNotDisabledException
- All Implemented Interfaces:
Serializable
Thrown if a table should be offline but is not.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTableNotDisabledException
(byte[] tableName) TableNotDisabledException
(String tableName) TableNotDisabledException
(TableName tableName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
TableNotDisabledException
public TableNotDisabledException() -
TableNotDisabledException
- Parameters:
tableName
- the name of the table that is not disabled
-
TableNotDisabledException
- Parameters:
tableName
- the name of the table that is not disabled
-
TableNotDisabledException
- Parameters:
tableName
- the name of the table that is not disabled
-