
com.wichell.framework.rocketmq.exception.RocketMQException Maven / Gradle / Ivy
The newest version!
package com.wichell.framework.rocketmq.exception;
/**RokcetMQ异常*/
public class RocketMQException extends Exception {
/**
*
*/
private static final long serialVersionUID = -3485125636434778859L;
public RocketMQException(String errorMessage) {
super(errorMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy