Class ExportConfigurationModelNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationbackoffice.exceptions.IntegrationBackofficeException
-
- de.hybris.platform.integrationbackoffice.exceptions.ExportConfigurationModelNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExportConfigurationModelNotFoundException extends IntegrationBackofficeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportConfigurationModelNotFoundException(ModelNotFoundException e)
-
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
-
-
-
-
Constructor Detail
-
ExportConfigurationModelNotFoundException
public ExportConfigurationModelNotFoundException(ModelNotFoundException e)
-
-
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.
-
-