public class MissingServletRequestPartException extends ServletException
This may be because the request is not a multipart/form-data request,
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() |
getRootCause