Class NullKeyAttributeValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.search.NullKeyAttributeValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class NullKeyAttributeValueException extends java.lang.RuntimeExceptionIndicates that an operation involving item key cannot be performed because it does have a value for the required key attribute.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NullKeyAttributeValueException(IntegrationObjectItemAttributeModel attr, java.util.Map<java.lang.String,java.lang.Object> item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeName()java.lang.StringgetItemType()
-
-
-
Constructor Detail
-
NullKeyAttributeValueException
public NullKeyAttributeValueException(IntegrationObjectItemAttributeModel attr, java.util.Map<java.lang.String,java.lang.Object> item)
-
-