Class FeatureToggleConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.agency.FeatureToggleConflictException
All Implemented Interfaces:
Serializable

public class FeatureToggleConflictException extends RuntimeException
Exception indicating that a feature toggle could not be enabled/disabled due to a conflict with either:
  • a system property
  • an environment variable
  • an entry in the fs-server-aux.conf
Since:
5.2.251108
See Also:
  • Constructor Details

    • FeatureToggleConflictException

      public FeatureToggleConflictException()