|
|
@ -48,7 +48,7 @@ public class MesException {
|
|
|
|
* @param errorDetail 错误详情
|
|
|
|
* @param errorDetail 错误详情
|
|
|
|
* @param errorSoluction 解决办法
|
|
|
|
* @param errorSoluction 解决办法
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public static void throwBusiException(String errorCode,String errorDetail,String errorSoluction,Object...args){
|
|
|
|
public static void throwBusiExceptionByCode(String errorCode,String errorDetail,String errorSoluction,Object...args){
|
|
|
|
throw ImppExceptionBuilder.newInstance()
|
|
|
|
throw ImppExceptionBuilder.newInstance()
|
|
|
|
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES.getCode())
|
|
|
|
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES.getCode())
|
|
|
|
.setErrorCode(errorCode)
|
|
|
|
.setErrorCode(errorCode)
|
|
|
|