dashboard
repositories
filestore
activity
search
login
main
/
task
工业级运维app手机api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
设备三级阀值更新。
fengxiang
2017-11-01
a6343da923174fc3d3e8131587bb29ea0866a161
[task.git]
/
src
/
main
/
java
/
com
/
moral
/
monitor
/
util
/
BusinessException.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.moral.monitor.util;
public class BusinessException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public BusinessException(String msg) {
super(msg);
}
}