@InterfaceAudience.Public public class TableInfoMissingException extends HBaseIOException
.tableinfo file under the table directory.| Constructor and Description | 
|---|
| TableInfoMissingException()Failed to find  .tableinfofile under the table directory. | 
| TableInfoMissingException(String message) | 
| TableInfoMissingException(String message,
                         Throwable throwable) | 
| TableInfoMissingException(Throwable throwable) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableInfoMissingException()
.tableinfo file under the table directory.public TableInfoMissingException(String message)
message - the message for this exceptionpublic TableInfoMissingException(String message, Throwable throwable)
message - the message for this exceptionthrowable - the Throwable to use for this exceptionpublic TableInfoMissingException(Throwable throwable)
throwable - the Throwable to use for this exceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.