Class ModelingAbstractAttributeAutoCreateOrPartOfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationbackoffice.exceptions.IntegrationBackofficeException
de.hybris.platform.integrationbackoffice.exceptions.ModelingAbstractAttributeAutoCreateOrPartOfException
- All Implemented Interfaces:
Serializable
public class ModelingAbstractAttributeAutoCreateOrPartOfException
extends IntegrationBackofficeException
An exception that occurs when attempting to save an integration object with an abstract attribute that is autoCreate or partOf.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelingAbstractAttributeAutoCreateOrPartOfException(Throwable cause, String typeCode, String attributeName) Default constructor. -
Method Summary
Methods inherited from class de.hybris.platform.integrationbackoffice.exceptions.IntegrationBackofficeException
getParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelingAbstractAttributeAutoCreateOrPartOfException
public ModelingAbstractAttributeAutoCreateOrPartOfException(Throwable cause, String typeCode, String attributeName) Default constructor.- Parameters:
cause- the cause of the exception.typeCode- the type of the integration object item the attribute belongs to.attributeName- the attribute's name.
-