Uses of Class
org.apache.cassandra.exceptions.ExceptionCode

Packages that use ExceptionCode
org.apache.cassandra.exceptions   
org.apache.cassandra.transport   
 

Uses of ExceptionCode in org.apache.cassandra.exceptions
 

Methods in org.apache.cassandra.exceptions that return ExceptionCode
 ExceptionCode CassandraException.code()
           
 ExceptionCode TransportException.code()
          The exception code.
static ExceptionCode ExceptionCode.fromValue(int value)
           
static ExceptionCode ExceptionCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExceptionCode[] ExceptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.exceptions with parameters of type ExceptionCode
CassandraException(ExceptionCode code, java.lang.String msg)
           
CassandraException(ExceptionCode code, java.lang.String msg, java.lang.Throwable cause)
           
ConfigurationException(ExceptionCode code, java.lang.String msg)
           
RequestExecutionException(ExceptionCode code, java.lang.String msg)
           
RequestExecutionException(ExceptionCode code, java.lang.String msg, java.lang.Throwable e)
           
RequestTimeoutException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor)
           
RequestValidationException(ExceptionCode code, java.lang.String msg)
           
RequestValidationException(ExceptionCode code, java.lang.String msg, java.lang.Throwable e)
           
 

Uses of ExceptionCode in org.apache.cassandra.transport
 

Methods in org.apache.cassandra.transport that return ExceptionCode
 ExceptionCode ProtocolException.code()
           
 ExceptionCode ServerError.code()
           
 



Copyright © 2012 The Apache Software Foundation