@ControllerAdvice
public class PasswordValidationExceptionHandler
extends io.rocketbase.commons.controller.exceptionhandler.BaseExceptionHandler
| Constructor and Description |
|---|
PasswordValidationExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
io.rocketbase.commons.dto.ErrorResponse |
handlePasswordValidationException(javax.servlet.http.HttpServletRequest request,
io.rocketbase.commons.exception.PasswordValidationException e) |
@ExceptionHandler
@ResponseStatus(value=BAD_REQUEST)
@ResponseBody
public io.rocketbase.commons.dto.ErrorResponse handlePasswordValidationException(javax.servlet.http.HttpServletRequest request,
io.rocketbase.commons.exception.PasswordValidationException e)
Copyright © 2018–2019. All rights reserved.