org.apache.cassandra.db
Class KeyspaceNotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cassandra.exceptions.CassandraException
              extended by org.apache.cassandra.exceptions.RequestValidationException
                  extended by org.apache.cassandra.exceptions.InvalidRequestException
                      extended by org.apache.cassandra.db.KeyspaceNotDefinedException
All Implemented Interfaces:
java.io.Serializable, TransportException

public class KeyspaceNotDefinedException
extends InvalidRequestException

See Also:
Serialized Form

Constructor Summary
KeyspaceNotDefinedException(java.lang.String why)
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.exceptions.CassandraException
code
 
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
 
Methods inherited from interface org.apache.cassandra.exceptions.TransportException
getMessage
 

Constructor Detail

KeyspaceNotDefinedException

public KeyspaceNotDefinedException(java.lang.String why)


Copyright © 2013 The Apache Software Foundation