Class ClockInconsistencyException

All Implemented Interfaces:
Serializable

public class ClockInconsistencyException extends UncheckedDeephavenException
Runtime exception thrown by update processing code that observes evidence of clock inconsistencies. For example, dependency satisfaction may throw an instance of this class if the requested clock step is lower than the last satisfied clock step. In practice, this may identify bugs or improper update graph mixing in update processing, or allow concurrent snapshots to fail fast if they've already missed a clock change.
See Also:
  • Constructor Details

    • ClockInconsistencyException

      public ClockInconsistencyException(@NotNull @NotNull String message)
    • ClockInconsistencyException

      public ClockInconsistencyException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)