forked from plusone/plusone-commons
新增 BaseRuntimeException 作为基础运行时异常,原 BaseException 作为基础检查型异常。
This commit is contained in:
@@ -27,7 +27,7 @@ import java.util.Objects;
|
||||
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
||||
*/
|
||||
public abstract class BaseException
|
||||
extends RuntimeException
|
||||
extends Exception
|
||||
implements IWithCode<String> {
|
||||
|
||||
private static final long serialVersionUID = -2546365325001947203L;
|
||||
|
Reference in New Issue
Block a user