Class FeatureManagementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.spring.cloud.feature.management.models.FeatureManagementException
All Implemented Interfaces:
Serializable

public final class FeatureManagementException extends RuntimeException
This class defines a custom exception type for when an expected Filter is not found when checking if a Feature is enabled. A FilterNotFoundException is only thrown when failfast is enabled, which is true by default.
See Also: