Class SagaInstantiationException

All Implemented Interfaces:
Serializable

public class SagaInstantiationException extends AxonNonTransientException
Exception triggered during initialization of a Saga.
See Also:
  • Constructor Details

    • SagaInstantiationException

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