Class ChangeUnappliedCycleException

All Implemented Interfaces:
Serializable

public class ChangeUnappliedCycleException extends CqlGenericCycleException
This was added to nosqlbench because the error handling logic was starting to look a bit contrived. Because we need to be able to respond to different result outcomes, it is just simpler to have a single type of error-handling logic for all outcomes.
See Also:
  • Constructor Details

    • ChangeUnappliedCycleException

      public ChangeUnappliedCycleException(com.datastax.oss.driver.api.core.cql.AsyncResultSet resultSet, String queryString)
  • Method Details

    • getResultSet

      public com.datastax.oss.driver.api.core.cql.AsyncResultSet getResultSet()
    • getQueryString

      public String getQueryString()