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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)