Class CassandraTruncateException

All Implemented Interfaces:
Serializable

public class CassandraTruncateException extends TransientDataAccessException
Spring data access exception for a Cassandra truncate exception.
Author:
Matthew T. Adams
See Also:
  • Constructor Details

    • CassandraTruncateException

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

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