Class NonDeterministicExecutionException

All Implemented Interfaces:
Serializable

public class NonDeterministicExecutionException extends UnrecoverableDurableExecutionException
Exception thrown when non-deterministic code is detected during replay. This indicates that the workflow code has changed in a way that violates determinism requirements between the original execution and replay.
See Also:
  • Constructor Details

    • NonDeterministicExecutionException

      public NonDeterministicExecutionException(String message)