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