org.apache.hadoop.hbase.client.tableindexed
Class IndexNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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