Class ModelExceptionTranslationHandler
java.lang.Object
de.hybris.platform.platformbackoffice.services.handlers.ModelExceptionTranslationHandler
- All Implemented Interfaces:
com.hybris.cockpitng.service.ExceptionTranslationHandler
- Direct Known Subclasses:
ModelRemovalExceptionTranslationHandler,ModelSavingExceptionTranslationHandler
@Deprecated(since="2205",
forRemoval=true)
public abstract class ModelExceptionTranslationHandler
extends Object
implements com.hybris.cockpitng.service.ExceptionTranslationHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetLabelByKey(String key) Deprecated, for removal: This API element is subject to removal in a future version.protected StringtranslateByCause(Throwable throwable) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.service.ExceptionTranslationHandler
canHandle, toString
-
Field Details
-
I18N_UNEXPECTED_DB_ERROR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
ModelExceptionTranslationHandler
public ModelExceptionTranslationHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
translateByCause
Deprecated, for removal: This API element is subject to removal in a future version. -
getLabelByKey
Deprecated, for removal: This API element is subject to removal in a future version.
-