@ControllerAdvice public class ExceptionAdvisor extends Object
| Constructor and Description |
|---|
ExceptionAdvisor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Map> |
handleRestException(RestException ex) |
@ExceptionHandler(value=RestException.class) public org.springframework.http.ResponseEntity<Map> handleRestException(RestException ex)
Copyright © 2019. All rights reserved.