@ControllerAdvice(value="io.jmix.rest.impl.controller")
@Order(value=-2147483648)
public class CustomRestControllerExceptionHandler
extends java.lang.Object
Constructor and Description |
---|
CustomRestControllerExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ErrorInfo> |
handleException(java.lang.Exception e) |
public CustomRestControllerExceptionHandler()
@ExceptionHandler(value=CustomHttpClientErrorException.class) @ResponseBody public org.springframework.http.ResponseEntity<ErrorInfo> handleException(java.lang.Exception e)