Class SyncRetryNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.outboundsync.retry.SyncRetryNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SyncRetryNotFoundException extends java.lang.RuntimeExceptionThrows a {@throws RuntimeException} indicating that noOutboundSyncRetryModelthat corresponds with the itemPk, and channelConfigurationCode was found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncRetryNotFoundException(java.lang.Long itemPk, java.lang.String channelConfigurationCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChannelConfigurationCode()java.lang.LonggetItemPk()
-
-
-
Constructor Detail
-
SyncRetryNotFoundException
public SyncRetryNotFoundException(java.lang.Long itemPk, java.lang.String channelConfigurationCode)- Parameters:
itemPk- - Long representation of the pk identifying theIntegrationObjectItemModelunder concernchannelConfigurationCode- -OutboundChannelConfigurationcode for identifying the channel under concern
-
-