Class CassandraTypeMismatchException

All Implemented Interfaces:
Serializable

public class CassandraTypeMismatchException extends TypeMismatchDataAccessException
Spring data access exception for a Cassandra type mismatch exception.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraTypeMismatchException

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

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