Class MissingKeyReferencedAttributeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.IntegrationAttributeException
de.hybris.platform.integrationservices.exception.MissingKeyReferencedAttributeValueException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to create MissingKeyNavigationPropertyException -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingKeyReferencedAttributeValueException
Constructor to create MissingKeyNavigationPropertyException- Parameters:
attr- the IntegrationObjectItemAttributeModel value that is missing
-