Class ChainConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.common.AxonConfigurationException
io.axoniq.framework.messaging.transformation.ChainConfigurationException
- All Implemented Interfaces:
Serializable
Thrown when the framework detects an event transformer chain misconfiguration.
- Since:
- 5.2.0
- Author:
- Laura Devriendt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainConfigurationException(String message) Constructs a new exception with the given detail message. -
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
-
ChainConfigurationException
Constructs a new exception with the given detail message.- Parameters:
message- human-readable description of the problem
-