Package org.apache.hadoop.hbase.snapshot
Class TablePartiallyOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException
- All Implemented Interfaces:
Serializable
Thrown if a table should be online/offline, but is partially open.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructs anTablePartiallyOpenException
withnull
as its error detail message.TablePartiallyOpenException
(byte[] tableName) TablePartiallyOpenException
(String message) TablePartiallyOpenException
(TableName tableName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
TablePartiallyOpenException
public TablePartiallyOpenException()Constructs anTablePartiallyOpenException
withnull
as its error detail message. -
TablePartiallyOpenException
- Parameters:
message
- the message describing the exception
-
TablePartiallyOpenException
- Parameters:
tableName
- the name of the table that is partially open
-
TablePartiallyOpenException
- Parameters:
tableName
- the name of the table that is partially open
-