Class CassandraInvalidQueryException

All Implemented Interfaces:
Serializable

public class CassandraInvalidQueryException extends InvalidDataAccessApiUsageException
Spring data access exception for a Cassandra query that's syntactically correct but invalid.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraInvalidQueryException

      public CassandraInvalidQueryException(String msg)
      Parameters:
      msg - the detail message.
    • CassandraInvalidQueryException

      public CassandraInvalidQueryException(String msg, Throwable cause)
      Parameters:
      msg - the detail message.
      cause - the root cause from the underlying data access API.