类 MultipartException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.web.multipart.MultipartException
- 所有已实现的接口:
Serializable
public class MultipartException extends NestedRuntimeException
Exception thrown when multipart resolution fails.- 从以下版本开始:
- 29.09.2003
- 作者:
- Trevor D. Cook, Juergen Hoeller
- 另请参阅:
MultipartResolver.resolveMultipart(javax.servlet.http.HttpServletRequest),MultipartFilter, 序列化表格
构造器概要
构造器 构造器 说明 MultipartException(String msg)Constructor for MultipartException.MultipartException(String msg, Throwable cause)Constructor for MultipartException.
方法概要
从类继承的方法 org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
构造器详细资料
MultipartException
public MultipartException(String msg)
Constructor for MultipartException.- 参数:
msg- the detail message
MultipartException
public MultipartException(String msg, Throwable cause)
Constructor for MultipartException.- 参数:
msg- the detail messagecause- the root cause from the multipart parsing API in use