Class UniqueAttributesInterceptor.UniqueAttributeInterceptorException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
UniqueAttributesInterceptor.AmbiguousUniqueKeysException
,UniqueAttributesInterceptor.NonSearchableAttributeException
- Enclosing class:
- UniqueAttributesInterceptor
public static class UniqueAttributesInterceptor.UniqueAttributeInterceptorException extends InterceptorException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniqueAttributeInterceptorException(java.lang.String message, ValidateInterceptor inter, ItemModel model, java.util.Set<java.lang.String> attributesKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getAttributesKeys()
ItemModel
getModel()
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Constructor Detail
-
UniqueAttributeInterceptorException
public UniqueAttributeInterceptorException(java.lang.String message, ValidateInterceptor inter, ItemModel model, java.util.Set<java.lang.String> attributesKeys)
-
-
Method Detail
-
getModel
public ItemModel getModel()
-
getAttributesKeys
public java.util.Set<java.lang.String> getAttributesKeys()
-
-