rocketmq,收益管理,资源管理模块代码
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.ruoyi.testrocketmq.producer;
|
||||
|
||||
/**
|
||||
* @author 影子
|
||||
*/
|
||||
public class ConsumeException extends RuntimeException{
|
||||
private static final long serialVersionUID = 4093867789628938836L;
|
||||
|
||||
public ConsumeException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public ConsumeException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
public ConsumeException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user