@InterfaceAudience.Public public class TablePartiallyOpenException extends IOException
| 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, toStringpublic 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.