Class CassandraInternalException

All Implemented Interfaces:
Serializable

public class CassandraInternalException extends DataAccessException
Spring data access exception for a Cassandra internal error.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraInternalException

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

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