public class ExceededSizeException extends RuntimeException
MultipartParser,
序列化表格| 构造器和说明 |
|---|
ExceededSizeException()
Constructs a new ExceededSizeException with no detail message.
|
ExceededSizeException(String s)
Constructs a new ExceededSizeException with the specified
detail message.
|
ExceededSizeException(Throwable t)
便于 jfinal 中的同名类 com.jfinal.upload.ExceededSizeException 继承
让用户代码中的 try catch 同时支持两种 ExceededSizeException 类型
|
public ExceededSizeException()
public ExceededSizeException(String s)
s - the detail messagepublic ExceededSizeException(Throwable t)
Copyright © 2022. All rights reserved.