@InterfaceAudience.Public public class TableInfoMissingException extends HBaseIOException
.tableinfo
file under the table directory.构造器和说明 |
---|
TableInfoMissingException()
Failed to find
.tableinfo file under the table directory. |
TableInfoMissingException(String message) |
TableInfoMissingException(String message,
Throwable throwable) |
TableInfoMissingException(Throwable throwable) |
public 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.