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(String partName) |
Modifier and Type | Method and Description |
---|---|
String |
getRequestPartName() |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString