@InterfaceAudience.Public 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, toString
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 exceptionpublic TableInfoMissingException(Throwable throwable)
throwable
- the Throwable
to use for this exceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.