feat: 添加子模块-工作流 集成相关配置
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.adc.da.exception;
|
||||
|
||||
public class ServiceException extends Exception {
|
||||
|
||||
|
||||
/**
|
||||
* Instantiates a new Service exception.
|
||||
*/
|
||||
public ServiceException() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiates a new Service exception.
|
||||
*
|
||||
* @param message the message
|
||||
*/
|
||||
public ServiceException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user