org.apache.cassandra.db
Class TableNotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cassandra.service.InvalidRequestException
              extended by org.apache.cassandra.db.TableNotDefinedException
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.apache.thrift.TBase

public class TableNotDefinedException
extends org.apache.cassandra.service.InvalidRequestException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cassandra.service.InvalidRequestException
metaDataMap, why, WHY
 
Constructor Summary
TableNotDefinedException(java.lang.String why)
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.service.InvalidRequestException
clone, equals, equals, getFieldValue, getWhy, hashCode, isSet, isSetWhy, read, setFieldValue, setWhy, setWhyIsSet, toString, unsetWhy, validate, write
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableNotDefinedException

public TableNotDefinedException(java.lang.String why)


Copyright © 2009 The Apache Software Foundation