Class UnmodifiableAttributeException
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.UnmodifiableAttributeException
- All Implemented Interfaces:
Serializable
Indicates an attempt to set a value of an unmodifiable attribute.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnmodifiableAttributeException(TypeAttributeDescriptor descriptor, PersistenceContext context, Throwable cause) -
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
-
UnmodifiableAttributeException
public UnmodifiableAttributeException(TypeAttributeDescriptor descriptor, PersistenceContext context, Throwable cause)
-