提交 e4a7f0c5 编写于 作者: Y yingjun

BizException补充

上级 a700d061
package com.yingjun.ssm.exception;
/**
*
* @author yingjun
*
*/
public class BizException extends RuntimeException {
private static final long serialVersionUID = 1L;
public BizException(String message) {
super(message);
}
public BizException(String message, Throwable cause) {
super(message, cause);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册