org.apache.cassandra.db
Class KeyspaceNotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cassandra.thrift.InvalidRequestException
              extended by org.apache.cassandra.db.KeyspaceNotDefinedException
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<org.apache.cassandra.thrift.InvalidRequestException>, org.apache.thrift.TBase<org.apache.cassandra.thrift.InvalidRequestException._Fields>

public class KeyspaceNotDefinedException
extends org.apache.cassandra.thrift.InvalidRequestException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cassandra.thrift.InvalidRequestException
org.apache.cassandra.thrift.InvalidRequestException._Fields
 
Field Summary
 
Fields inherited from class org.apache.cassandra.thrift.InvalidRequestException
metaDataMap, why
 
Constructor Summary
KeyspaceNotDefinedException(java.lang.String why)
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.thrift.InvalidRequestException
clone, compareTo, deepCopy, equals, equals, getFieldValue, getFieldValue, getWhy, hashCode, isSet, isSet, isSetWhy, read, setFieldValue, 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