org.springframework.web.multipart
Class MultipartException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.web.multipart.MultipartException
org.springframework.web.multipart.MultipartException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- MaxUploadSizeExceededException
- public class MultipartException 
- extends NestedRuntimeException
Exception thrown when multipart resolution fails.
- Since:
- 29.09.2003
- Author:
- Trevor D. Cook, Juergen Hoeller
- See Also:
- MultipartResolver.resolveMultipart(javax.servlet.http.HttpServletRequest),- MultipartFilter, 
Serialized Form
 
 
 
 
 
MultipartException
public MultipartException(String msg)
- Constructor for MultipartException.
 
- Parameters:
- msg- the detail message
 
MultipartException
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
 
Copyright © 2002-2008 The Spring Framework.