public class MissingServletRequestPartException
extends javax.servlet.ServletException
This may be because the request is not a multipart/form-data
either because the part is not present in the request, or
because the web application is not configured correctly for processing
multipart requests -- e.g. no MultipartResolver
.
Constructor and Description |
---|
MissingServletRequestPartException(java.lang.String partName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequestPartName() |
Copyright © 2021. All rights reserved.