Class AttributeNotInIntegrationObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.odata.errors.AttributeNotInIntegrationObjectException
All Implemented Interfaces:
Serializable

public class AttributeNotInIntegrationObjectException extends RuntimeException
Indicates a problem with the request when the payload contain an attribute that is not defined in the integration object.
See Also:
  • Constructor Details

    • AttributeNotInIntegrationObjectException

      public AttributeNotInIntegrationObjectException(List<Object> content)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • getContent

      @NotNull public @NotNull List<Object> getContent()