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 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.