Class ProviderConfigPropertyNameNotUniqueException

All Implemented Interfaces:
Serializable

public class ProviderConfigPropertyNameNotUniqueException extends ModelException
Exception thrown when a provider configuration property name is not unique. This is used to indicate that a property with the same name already exists in the configuration, which violates the uniqueness constraint.
See Also:
  • Constructor Details

    • ProviderConfigPropertyNameNotUniqueException

      public ProviderConfigPropertyNameNotUniqueException(String message)