org.apache.cassandra.avro
Class KeyspaceNotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.avro.ipc.AvroRemoteException
                  extended by org.apache.avro.specific.SpecificExceptionBase
                      extended by org.apache.cassandra.avro.InvalidRequestException
                          extended by org.apache.cassandra.avro.KeyspaceNotDefinedException
All Implemented Interfaces:
java.io.Serializable, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cassandra.avro.InvalidRequestException
SCHEMA$, why
 
Constructor Summary
KeyspaceNotDefinedException(org.apache.avro.util.Utf8 why)
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.avro.InvalidRequestException
get, getSchema, put
 
Methods inherited from class org.apache.avro.specific.SpecificExceptionBase
equals, hashCode
 
Methods inherited from class org.apache.avro.ipc.AvroRemoteException
getValue
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyspaceNotDefinedException

public KeyspaceNotDefinedException(org.apache.avro.util.Utf8 why)


Copyright © 2010 The Apache Software Foundation