@InterfaceAudience.Public @InterfaceStability.Evolving public class TableInfoMissingException extends HBaseIOException
.tableinfo file under the table directory.| Constructor and Description | 
|---|
TableInfoMissingException()
Failed to find  
.tableinfo file 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 exceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.