Class ChangeUnappliedCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nosqlbench.adapter.cqld4.exceptions.CqlGenericCycleException
io.nosqlbench.adapter.cqld4.exceptions.ChangeUnappliedCycleException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionChangeUnappliedCycleException(com.datastax.oss.driver.api.core.cql.AsyncResultSet resultSet, String queryString) -
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.cql.AsyncResultSetMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-