Class UniqueAttributesInterceptor.AmbiguousUniqueKeysException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.servicelayer.interceptor.InterceptorException
de.hybris.platform.servicelayer.interceptor.impl.UniqueAttributesInterceptor.UniqueAttributeInterceptorException
de.hybris.platform.servicelayer.interceptor.impl.UniqueAttributesInterceptor.AmbiguousUniqueKeysException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UniqueAttributesInterceptor
public static class UniqueAttributesInterceptor.AmbiguousUniqueKeysException
extends UniqueAttributesInterceptor.UniqueAttributeInterceptorException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAmbiguousUniqueKeysException(String localizedMessage, ValidateInterceptor interceptor, UniqueAttributesInterceptor.UniqueItem item) -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.interceptor.impl.UniqueAttributesInterceptor.UniqueAttributeInterceptorException
getAttributesKeys, getModelMethods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousUniqueKeysException
protected AmbiguousUniqueKeysException(String localizedMessage, ValidateInterceptor interceptor, UniqueAttributesInterceptor.UniqueItem item)
-