org.apache.hadoop.hbase.snapshot
Class TablePartiallyOpenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
TablePartiallyOpenException()
           
TablePartiallyOpenException(byte[] tableName)
           
TablePartiallyOpenException(String s)
           
TablePartiallyOpenException(TableName tableName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.