Class ModelSavingExceptionTranslationHandler
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.services.handlers.ModelExceptionTranslationHandler
-
- de.hybris.platform.platformbackoffice.services.handlers.ModelSavingExceptionTranslationHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.service.ExceptionTranslationHandler
public class ModelSavingExceptionTranslationHandler extends ModelExceptionTranslationHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringI18N_UNEXPECTED_UPDATE_ERROR-
Fields inherited from class de.hybris.platform.platformbackoffice.services.handlers.ModelExceptionTranslationHandler
I18N_UNEXPECTED_DB_ERROR
-
-
Constructor Summary
Constructors Constructor Description ModelSavingExceptionTranslationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(java.lang.Throwable exception)java.lang.StringtoString(java.lang.Throwable exception)-
Methods inherited from class de.hybris.platform.platformbackoffice.services.handlers.ModelExceptionTranslationHandler
getLabelByKey, translateByCause
-
-
-
-
Field Detail
-
I18N_UNEXPECTED_UPDATE_ERROR
public static final java.lang.String I18N_UNEXPECTED_UPDATE_ERROR
- See Also:
- Constant Field Values
-
-