Commit a9a1ddb7 authored by duanruiming's avatar duanruiming

[update] 微观大数据平台-异常优化

parent 29916b6e
......@@ -5,8 +5,8 @@ package net.wanji.opt.common.exception;
* @date 2023/03/03 13:47
*/
public class OptServiceException extends RuntimeException {
public OptServiceException() {
super();
public OptServiceException(Exception e) {
super(e);
}
public OptServiceException(String message) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment