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
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class TablePartiallyOpenException
- extends IOException
Thrown if a table should be online/offline but is partially open
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TablePartiallyOpenException
public TablePartiallyOpenException()
TablePartiallyOpenException
public TablePartiallyOpenException(String s)
- Parameters:
s
- message
TablePartiallyOpenException
public TablePartiallyOpenException(TableName tableName)
- Parameters:
tableName
- Name of table that is partial open
TablePartiallyOpenException
public TablePartiallyOpenException(byte[] tableName)
- Parameters:
tableName
- Name of table that is partial open
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.