Class VirtualAttributeConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.IntegrationAttributeException
de.hybris.platform.integrationservices.virtualattributes.VirtualAttributeConfigurationException
- All Implemented Interfaces:
Serializable
Indicates a problem related to a virtual attribute configuration. Such exceptions indicate persistent problems with
retrieving/providing a specific virtual attribute values regardless of the specific context
ItemModel or other
changing factors, e.g. time of execution, permissions, etc. The problem is consistent and can be resolved only by changing the
virtual attribute definition or descriptor.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates this exception with the provided descriptorInstantiates this exception with the provided context.Instantiates this exception with the provided context and additional information. -
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
-
VirtualAttributeConfigurationException
Instantiates this exception with the provided context.- Parameters:
c- context for the virtual attribute, that is mis-configured or became invalid over time.e- another exception related to the logic location, that caused this exception to be thrown.
-
VirtualAttributeConfigurationException
Instantiates this exception with the provided descriptor- Parameters:
descriptor- descriptor for virtual attribute that is mis-configured.
-
VirtualAttributeConfigurationException
Instantiates this exception with the provided context and additional information.- Parameters:
ctx- context for the virtual attribute, that is mis-configured or became invalid over time.info- additional information about the failure that is sensitive to be included in the message.
-
-
Method Details
-
getExecutorContext
Retrieves context of the failedLogicExecutor- Returns:
- context used by the
LogicExecutorthat failed and caused this exception.
-