Package org.axonframework.modelling
Class StateEvolvingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.modelling.StateEvolvingException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs while evolving an entity with an event.
- Since:
- 5.0.0
- Author:
- Mateusz Nowak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateEvolvingException(String message, Throwable cause) Initialize the exception with the givenmessageandcause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateEvolvingException
Initialize the exception with the givenmessageandcause.- Parameters:
message- The message describing the exception.cause- The underlying cause of the exception.
-