Class FeatureFlag.FeatureFlagNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
google.registry.model.common.FeatureFlag.FeatureFlagNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
FeatureFlag

public static class FeatureFlag.FeatureFlagNotFoundException extends RuntimeException
Exception to throw when no FeatureFlag entity is found for given FeatureName string(s).
See Also:
  • Constructor Details