Class SyncRetryNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.outboundsync.retry.SyncRetryNotFoundException
All Implemented Interfaces:
Serializable

public class SyncRetryNotFoundException extends RuntimeException
Throws a indicating that no OutboundSyncRetryModel that corresponds with the itemPk, and channelConfigurationCode was found.
See Also:
  • Constructor Details

    • SyncRetryNotFoundException

      public SyncRetryNotFoundException(Long itemPk, String channelConfigurationCode)
      Parameters:
      itemPk - - Long representation of the pk identifying the IntegrationObjectItemModel under concern
      channelConfigurationCode - - OutboundChannelConfiguration code for identifying the channel under concern
  • Method Details

    • getItemPk

      public Long getItemPk()
    • getChannelConfigurationCode

      public String getChannelConfigurationCode()