Class StateEvolvingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.modelling.StateEvolvingException
All Implemented Interfaces:
Serializable

public class StateEvolvingException extends RuntimeException
Exception thrown when an error occurs while evolving an entity with an event.
Since:
5.0.0
Author:
Mateusz Nowak
See Also:
  • Constructor Details

    • StateEvolvingException

      public StateEvolvingException(String message, Throwable cause)
      Initialize the exception with the given message and cause.
      Parameters:
      message - The message describing the exception.
      cause - The underlying cause of the exception.