Class SyncRetryNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SyncRetryNotFoundException
    extends java.lang.RuntimeException
    Throws a {@throws RuntimeException} indicating that no OutboundSyncRetryModel that 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.String getChannelConfigurationCode()  
      java.lang.Long getItemPk()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SyncRetryNotFoundException

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

      • getItemPk

        public java.lang.Long getItemPk()
      • getChannelConfigurationCode

        public java.lang.String getChannelConfigurationCode()