Class ErrorConstraintViolationExceptionConverter

java.lang.Object
com.totvs.tjf.api.response.error.converter.ErrorExceptionConverter
com.totvs.tjf.api.response.error.converter.ErrorConstraintViolationExceptionConverter
Direct Known Subclasses:
ErrorTransactionSystemExceptionConverter

public class ErrorConstraintViolationExceptionConverter extends ErrorExceptionConverter
ConstraintViolation and ApiError converter to ApiErrorResponse.
Author:
Thiago A. de Souza Weber
  • Field Details

    • CONSTRAINT_VIOLATION_NULL_ERROR_MESSAGE

      protected static final String CONSTRAINT_VIOLATION_NULL_ERROR_MESSAGE
      See Also:
  • Constructor Details

    • ErrorConstraintViolationExceptionConverter

      public ErrorConstraintViolationExceptionConverter(com.totvs.tjf.core.i18n.I18nService i18nService)
  • Method Details