Class FileExceptionHandler
java.lang.Object
net.n2oapp.framework.sandbox.cases.fileupload.FileExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FileErrorModel>handleMaxUploadSizeExceeded(org.springframework.web.multipart.MaxUploadSizeExceededException exception)
-
Constructor Details
-
FileExceptionHandler
public FileExceptionHandler()
-
-
Method Details
-
handleMaxUploadSizeExceeded
@ExceptionHandler(org.springframework.web.multipart.MaxUploadSizeExceededException.class) public org.springframework.http.ResponseEntity<FileErrorModel> handleMaxUploadSizeExceeded(org.springframework.web.multipart.MaxUploadSizeExceededException exception)
-