Package org.apache.hadoop.hbase
Class TableInfoMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.TableInfoMissingException
- All Implemented Interfaces:
 Serializable
Failed to find 
.tableinfo file under the table directory.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionFailed to find.tableinfofile under the table directory.TableInfoMissingException(String message) TableInfoMissingException(String message, Throwable throwable) TableInfoMissingException(Throwable throwable)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TableInfoMissingException
public TableInfoMissingException()Failed to find.tableinfofile under the table directory. - 
TableInfoMissingException
- Parameters:
 message- the message for this exception
 - 
TableInfoMissingException
- Parameters:
 message- the message for this exceptionthrowable- theThrowableto use for this exception
 - 
TableInfoMissingException
- Parameters:
 throwable- theThrowableto use for this exception
 
 -