Package org.keycloak.provider
Class ProviderConfigPropertyNameNotUniqueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.models.ModelException
org.keycloak.provider.ProviderConfigPropertyNameNotUniqueException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.models.ModelException
getParameters, setParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderConfigPropertyNameNotUniqueException
-