All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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