public class

MultipartException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.web.multipart.MultipartException
Known Direct Subclasses

Class Overview

Exception thrown when multipart resolution fails.

Summary

Public Constructors
MultipartException(String msg)
Constructor for MultipartException.
MultipartException(String msg, Throwable cause)
Constructor for MultipartException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MultipartException (String msg)

Constructor for MultipartException.

Parameters
msg the detail message

public MultipartException (String msg, Throwable cause)

Constructor for MultipartException.

Parameters
msg the detail message
cause the root cause from the multipart parsing API in use