Class SagaExecutionException

All Implemented Interfaces:
Serializable

public class SagaExecutionException extends AxonException
Exception triggered by a saga while it is processing an event or processing a task.
See Also:
  • Constructor Details

    • SagaExecutionException

      public SagaExecutionException(String message, Throwable cause)
      Initializes the exception using the given message and cause.
      Parameters:
      message - The message describing the exception
      cause - The underlying cause of the exception