Package com.flowable.spring.boot.rest
Class CoreExceptionHandlerAdvice
java.lang.Object
com.flowable.spring.boot.rest.CoreExceptionHandlerAdvice
@ControllerAdvice
public class CoreExceptionHandlerAdvice
extends java.lang.Object
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description CoreExceptionHandlerAdvice()
-
Method Summary
Modifier and Type Method Description org.flowable.common.rest.exception.ErrorInfo
handleNotSupported(org.springframework.web.multipart.MaxUploadSizeExceededException e)
-
Constructor Details
-
CoreExceptionHandlerAdvice
public CoreExceptionHandlerAdvice()
-
-
Method Details
-
handleNotSupported
@ResponseStatus(PAYLOAD_TOO_LARGE) @ExceptionHandler(org.springframework.web.multipart.MaxUploadSizeExceededException.class) @ResponseBody public org.flowable.common.rest.exception.ErrorInfo handleNotSupported(org.springframework.web.multipart.MaxUploadSizeExceededException e)
-