@InterfaceAudience.Public public class TablePartiallyOpenException extends IOException
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUID | 
| Constructor and Description | 
|---|
| TablePartiallyOpenException()Constructs an  TablePartiallyOpenExceptionwithnullas 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, toStringprivate 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–2021 The Apache Software Foundation. All rights reserved.