Class UniqueAttributesInterceptor.NonSearchableAttributeException
- 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.NonSearchableAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UniqueAttributesInterceptor
public static class UniqueAttributesInterceptor.NonSearchableAttributeException extends UniqueAttributesInterceptor.UniqueAttributeInterceptorException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NonSearchableAttributeException(java.lang.String localizedMessage, ValidateInterceptor interceptor, ItemModel model, java.lang.String nonSearchableAttribute)
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.impl.UniqueAttributesInterceptor.UniqueAttributeInterceptorException
getAttributesKeys, getModel
-
Methods inherited from class de.hybris.platform.servicelayer.interceptor.InterceptorException
getInterceptor, getMessage, setInterceptor
-
-
-
-
Constructor Detail
-
NonSearchableAttributeException
protected NonSearchableAttributeException(java.lang.String localizedMessage, ValidateInterceptor interceptor, ItemModel model, java.lang.String nonSearchableAttribute)
-
-