- 所有已实现的接口:
- Serializable
public class ExceededSizeException
extends RuntimeException
上传文件大小超出范围时抛出该异常
com.oreilly.servlet.multipart.MultipartParser 中会抛出以下异常
throw new ExceededSizeException("Posted content length of " + length + " exceeds limit of " + maxSize);
- 另请参阅:
- 序列化表格