Package de.espirit.firstspirit.agency
Class FeatureToggleConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.agency.FeatureToggleConflictException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeatureToggleConflictException
public FeatureToggleConflictException()
-