Class ExportConfigurationEntityNotSelectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationbackoffice.exceptions.IntegrationBackofficeException
-
- de.hybris.platform.integrationbackoffice.exceptions.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
-
-
Constructor Summary
Constructors Constructor Description ExportConfigurationEntityNotSelectedException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLocalizedStringKey()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 de.hybris.platform.integrationbackoffice.exceptions.IntegrationBackofficeException
getLocalizedMessage
-
-
-
-
Method Detail
-
getLocalizedStringKey
protected java.lang.String getLocalizedStringKey()
Description copied from class:IntegrationBackofficeExceptionFor 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:
getLocalizedStringKeyin classIntegrationBackofficeException- Returns:
- the key of the localized string.
-
-