Class MissingRequiredAttributeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.IntegrationAttributeException
de.hybris.platform.integrationservices.exception.IntegrationAttributeProcessingException
de.hybris.platform.inboundservices.persistence.populator.AttributePersistenceException
de.hybris.platform.inboundservices.persistence.populator.MissingRequiredAttributeValueException
- All Implemented Interfaces:
Serializable
An exception indicating that a value cannot be null for the given attribute
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingRequiredAttributeValueException(TypeAttributeDescriptor descriptor, PersistenceContext context) Instantiates the exception -
Method Summary
Methods inherited from class de.hybris.platform.inboundservices.persistence.populator.AttributePersistenceException
getIntegrationKey, getPersistenceContextMethods 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
-
MissingRequiredAttributeValueException
public MissingRequiredAttributeValueException(TypeAttributeDescriptor descriptor, PersistenceContext context) Instantiates the exception- Parameters:
descriptor- TheTypeAttributeDescriptorthat helps to formulate the exception detailscontext- ThePersistenceContextthat helps to formulate the exception details
-