Class CassandraTruncateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.TransientDataAccessException
org.springframework.data.cassandra.CassandraTruncateException
All Implemented Interfaces:
Serializable

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

    • CassandraTruncateException

      public CassandraTruncateException(String msg)
    • CassandraTruncateException

      public CassandraTruncateException(String msg, Throwable cause)