Class CassandraWriteTimeoutException

All Implemented Interfaces:
Serializable

public class CassandraWriteTimeoutException extends QueryTimeoutException
Spring data access exception for a Cassandra write timeout.
Author:
Matthew T. Adams, Mark Paluch
See Also:
  • Constructor Details

    • CassandraWriteTimeoutException

      public CassandraWriteTimeoutException(@Nullable String writeType, String msg, Throwable cause)
      Parameters:
      writeType - the write type.
      msg - the detail message.
      cause - the root cause from the underlying data access API.
      See Also:
      • WriteType
  • Method Details