org.apache.hadoop.hbase.client.tableindexed
Class IndexNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.client.tableindexed.IndexNotFoundException
All Implemented Interfaces:
Serializable

public class IndexNotFoundException
extends IOException

Thrown when asking for an index that does not exist.

See Also:
Serialized Form

Constructor Summary
IndexNotFoundException()
           
IndexNotFoundException(String arg0)
           
IndexNotFoundException(String arg0, Throwable arg1)
           
IndexNotFoundException(Throwable arg0)
           
 
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

IndexNotFoundException

public IndexNotFoundException()

IndexNotFoundException

public IndexNotFoundException(String arg0)

IndexNotFoundException

public IndexNotFoundException(Throwable arg0)

IndexNotFoundException

public IndexNotFoundException(String arg0,
                              Throwable arg1)


Copyright © 2010 The Apache Software Foundation