@InterfaceAudience.Public @InterfaceStability.Evolving public class TablePartiallyOpenException extends IOException
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
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–2019 The Apache Software Foundation. All rights reserved.