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
Throws this exception when the integration key provided in the request payload does not match the key in the path
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathPayloadKeyMismatchException(String pathIntegrationKey, String payloadIntegrationKey) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathPayloadKeyMismatchException
-
-
Method Details
-
getPayloadIntegrationKey
-
getPathIntegrationKey
-