Class CqlGenericCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nosqlbench.adapter.cqld4.exceptions.CqlGenericCycleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangeUnappliedCycleException, ExceededRetryReplaceException

public abstract class CqlGenericCycleException extends RuntimeException
See Also:
  • Constructor Details

    • CqlGenericCycleException

      public CqlGenericCycleException(Throwable cause)
    • CqlGenericCycleException

      public CqlGenericCycleException(String message)
    • CqlGenericCycleException

      public CqlGenericCycleException(String message, Throwable cause)