| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.web.multipart.MultipartException | |||||
| ↳ | org.springframework.web.multipart.MaxUploadSizeExceededException | |||||
MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for MaxUploadSizeExceededException.
| |||||||||||
Constructor for MaxUploadSizeExceededException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the maximum upload size allowed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for MaxUploadSizeExceededException.
| maxUploadSize | the maximum upload size allowed |
|---|
Constructor for MaxUploadSizeExceededException.
| maxUploadSize | the maximum upload size allowed |
|---|---|
| ex | root cause from multipart parsing API in use |
Return the maximum upload size allowed.