public class MultipartException extends NestedRuntimeException
MultipartResolver.resolveMultipart(javax.servlet.http.HttpServletRequest)
,
MultipartFilter
,
Serialized FormConstructor and Description |
---|
MultipartException(java.lang.String msg)
Constructor for MultipartException.
|
MultipartException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for MultipartException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public MultipartException(java.lang.String msg)
msg
- the detail messagepublic MultipartException(java.lang.String msg, @Nullable java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the multipart parsing API in use