Class SagaCreationException

All Implemented Interfaces:
Serializable

public class SagaCreationException extends AxonNonTransientException
Exception triggered when a new saga instance could not be instantiated.
See Also:
  • Constructor Details

    • SagaCreationException

      public SagaCreationException(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