org.apache.cassandra.db
Class KeyspaceNotDefinedException

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.KeyspaceNotDefinedException
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<InvalidRequestException>, org.apache.thrift.TBase

public class KeyspaceNotDefinedException
extends InvalidRequestException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cassandra.service.InvalidRequestException
metaDataMap, why, WHY
 
Constructor Summary
KeyspaceNotDefinedException(java.lang.String why)
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.service.InvalidRequestException
clone, compareTo, deepCopy, 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

KeyspaceNotDefinedException

public KeyspaceNotDefinedException(java.lang.String why)


Copyright © 2010 The Apache Software Foundation