工业级运维app手机api
fengxiang
2017-11-13 1169873a81a827452533be1d50cf1f1cf97b2853
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);
    }
 
}