Class ExportConfigurationModelNotFoundException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getLocalizedStringKey()
      For each exception that extends this exception, a key must be specified to obtain a localized string from which the localized error message will be built.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • ExportConfigurationModelNotFoundException

        public ExportConfigurationModelNotFoundException​(ModelNotFoundException e)
    • Method Detail

      • getLocalizedStringKey

        protected java.lang.String getLocalizedStringKey()
        Description copied from class: IntegrationBackofficeException
        For each exception that extends this exception, a key must be specified to obtain a localized string from which the localized error message will be built.
        Specified by:
        getLocalizedStringKey in class IntegrationBackofficeException
        Returns:
        the key of the localized string.