Class AggregateModellingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.common.AxonConfigurationException
org.axonframework.modelling.command.inspection.AggregateModellingException
- All Implemented Interfaces:
Serializable
Thrown if an aggregate model is invalid.
- Since:
- 4.3
- Author:
- Milan Savic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateModellingException(String message) Constructs this exception with givenmessageexplaining the cause. -
Method Summary
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOfMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AggregateModellingException
Constructs this exception with givenmessageexplaining the cause.- Parameters:
message- The message explaining the cause
-