Class CassandraUncategorizedException

All Implemented Interfaces:
Serializable

public class CassandraUncategorizedException extends UncategorizedDataAccessException
Spring data access exception for an uncategorized Cassandra exception.
Author:
Alex Shvid, Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraUncategorizedException

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