Class ExportConfigurationEntityNotSelectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExportConfigurationEntityNotSelectedException
    extends IntegrationBackofficeException
    Exception that occurs when dealing with entity instances while no entity is selected in the export configuration editor.
    See Also:
    Serialized Form
    • 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

      • ExportConfigurationEntityNotSelectedException

        public ExportConfigurationEntityNotSelectedException()
    • 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.