|
|
@ -9,6 +9,10 @@ import com.fr.plugin.pack.PackConstants; |
|
|
|
* Created by Jonas on 2020-10-19 |
|
|
|
* Created by Jonas on 2020-10-19 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class ReportExceedException extends FineEngineException { |
|
|
|
public class ReportExceedException extends FineEngineException { |
|
|
|
|
|
|
|
public ReportExceedException() { |
|
|
|
|
|
|
|
super("模板并发访问超过最大限制"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public String errorCode() { |
|
|
|
public String errorCode() { |
|
|
|
return PackConstants.REPORT_EXCEED_ERROR; |
|
|
|
return PackConstants.REPORT_EXCEED_ERROR; |
|
|
|