Class ChainConfigurationException

All Implemented Interfaces:
Serializable

public final class ChainConfigurationException extends AxonConfigurationException
Thrown when the framework detects an event transformer chain misconfiguration.
Since:
5.2.0
Author:
Laura Devriendt
See Also:
  • Constructor Details

    • ChainConfigurationException

      public ChainConfigurationException(String message)
      Constructs a new exception with the given detail message.
      Parameters:
      message - human-readable description of the problem