Class SagaStorageException

All Implemented Interfaces:
Serializable

public class SagaStorageException extends AxonTransientException
Exception indicating that an error has occurred while storing a Saga.
Since:
0.7
Author:
Allard Buijze
See Also:
  • Constructor Details

    • SagaStorageException

      public SagaStorageException(String message)
      Initialize a SagaStorageException with the given descriptive message.
      Parameters:
      message - The message describing the error.
    • SagaStorageException

      public SagaStorageException(String message, Throwable cause)
      Initialize a SagaStorageException with the given descriptive message and cause.
      Parameters:
      message - The message describing the error.
      cause - The cause of the error.