Class SyncRetryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.outboundsync.retry.SyncRetryNotFoundException
- All Implemented Interfaces:
Serializable
Throws a indicating that no
OutboundSyncRetryModel
that corresponds with the itemPk, and channelConfigurationCode was found.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyncRetryNotFoundException
- Parameters:
itemPk- - Long representation of the pk identifying theIntegrationObjectItemModelunder concernchannelConfigurationCode- -OutboundChannelConfigurationcode for identifying the channel under concern
-
-
Method Details
-
getItemPk
-
getChannelConfigurationCode
-