org.apache.hadoop.hbase.exceptions
Class TableNotEnabledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.exceptions.TableNotEnabledException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Stable
public class TableNotEnabledException
extends IOException

Thrown if a table should be enabled but is not

See Also:
Serialized Form

Constructor Summary
TableNotEnabledException()
          default constructor
TableNotEnabledException(byte[] tableName)
           
TableNotEnabledException(String s)
          Constructor
 
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

TableNotEnabledException

public TableNotEnabledException()
default constructor


TableNotEnabledException

public TableNotEnabledException(String s)
Constructor

Parameters:
s - message

TableNotEnabledException

public TableNotEnabledException(byte[] tableName)
Parameters:
tableName - Name of table that is not enabled


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.