org.hbase.async
Class TableNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hbase.async.HBaseException
                  extended by org.hbase.async.NonRecoverableException
                      extended by org.hbase.async.TableNotFoundException
All Implemented Interfaces:
Serializable

public final class TableNotFoundException
extends NonRecoverableException

Exception thrown when an attempt to use an inexistent table was made.

See Also:
Serialized Form

Method Summary
 byte[] getTable()
          Returns the table that was doesn't exist.
 
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
 

Method Detail

getTable

public byte[] getTable()
Returns the table that was doesn't exist.