| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.web.multipart.MultipartException | ||||
Known Direct Subclasses
|
Exception thrown when multipart resolution fails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for MultipartException.
| |||||||||||
Constructor for MultipartException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
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 |