Package org.apache.hadoop.hbase
Class TableNotEnabledException
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.TableNotEnabledException
- All Implemented Interfaces:
 Serializable
Thrown if a table should be enabled but is not.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorTableNotEnabledException(byte[] tableName) TableNotEnabledException(String tableName) TableNotEnabledException(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
- 
TableNotEnabledException
public TableNotEnabledException()default constructor - 
TableNotEnabledException
- Parameters:
 tableName- the name of table that is not enabled
 - 
TableNotEnabledException
- Parameters:
 tableName- the name of table that is not enabled
 - 
TableNotEnabledException
- Parameters:
 tableName- the name of table that is not enabled
 
 -