java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | org.springframework.core.NestedRuntimeException | ||||
↳ | org.springframework.web.multipart.MultipartException |
![]() |
Exception thrown when multipart resolution fails.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for MultipartException.
| |||||||||||
Constructor for MultipartException.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for MultipartException.
msg | the detail message |
---|
Constructor for MultipartException.
msg | the detail message |
---|---|
cause | the root cause from the multipart parsing API in use |