Class PathPayloadKeyMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.odata.processor.handler.persistence.PathPayloadKeyMismatchException
All Implemented Interfaces:
Serializable

public class PathPayloadKeyMismatchException extends RuntimeException
Throws this exception when the integration key provided in the request payload does not match the key in the path
See Also:
  • Constructor Details

    • PathPayloadKeyMismatchException

      public PathPayloadKeyMismatchException(String pathIntegrationKey, String payloadIntegrationKey)
  • Method Details

    • getPayloadIntegrationKey

      public String getPayloadIntegrationKey()
    • getPathIntegrationKey

      public String getPathIntegrationKey()