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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    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, wait

    Methods inherited from interface com.hybris.cockpitng.service.ExceptionTranslationHandler

    canHandle, toString
  • Field Details

    • I18N_UNEXPECTED_DB_ERROR

      public static final String 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

      protected String translateByCause(Throwable throwable)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLabelByKey

      protected String getLabelByKey(String key)
      Deprecated, for removal: This API element is subject to removal in a future version.