Uses of Class
de.trustable.ca3s.core.web.rest.errors.BadRequestAlertException
-
Packages that use BadRequestAlertException Package Description de.trustable.ca3s.core.web.rest.errors Specific errors used with Zalando's "problem-spring-web" library. -
-
Uses of BadRequestAlertException in de.trustable.ca3s.core.web.rest.errors
Subclasses of BadRequestAlertException in de.trustable.ca3s.core.web.rest.errors Modifier and Type Class Description classEmailAlreadyUsedExceptionclassLoginAlreadyUsedExceptionMethods in de.trustable.ca3s.core.web.rest.errors with parameters of type BadRequestAlertException Modifier and Type Method Description org.springframework.http.ResponseEntity<org.zalando.problem.Problem>ExceptionTranslator. handleBadRequestAlertException(BadRequestAlertException ex, org.springframework.web.context.request.NativeWebRequest request)
-