@InterfaceAudience.Public public class TablePartiallyOpenException extends IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TablePartiallyOpenException()
Constructs an
TablePartiallyOpenException with null as its error detail
message. |
TablePartiallyOpenException(byte[] tableName) |
TablePartiallyOpenException(String message) |
TablePartiallyOpenException(TableName tableName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public TablePartiallyOpenException()
TablePartiallyOpenException
with null
as its error detail
message.public TablePartiallyOpenException(String message)
message
- the message describing the exceptionpublic TablePartiallyOpenException(TableName tableName)
tableName
- the name of the table that is partially openpublic TablePartiallyOpenException(byte[] tableName)
tableName
- the name of the table that is partially openCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.