@CrossOrigin @ControllerAdvice public class GlobalExceptionHandler extends Object
| Constructor and Description |
|---|
GlobalExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
defaultExceptionHandler(javax.servlet.http.HttpServletRequest request,
Exception ex) |
@ExceptionHandler(value=java.lang.Exception.class) public Object defaultExceptionHandler(javax.servlet.http.HttpServletRequest request, Exception ex)
request - ex - Copyright © 2019. All rights reserved.