Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by JoeStump: http://wiki.apache.org/cassandra/API The comment on the change is: Minor formatting. ------------------------------------------------------------------------------ == Exceptions == NotFoundException:: A specific column was requested that does not exist. - InvalidRequestException`:: Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. `why` contains an associated error message. + InvalidRequestException:: Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. `why` contains an associated error message. UnavailableException:: Not all the replicas required could be created and/or read. TApplicationException:: Internal server error.
