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

org.rocketmq.starter.exception.ContatinerInitException Maven / Gradle / Ivy

The newest version!
package org.rocketmq.starter.exception;

/**
 * @author He Jialin
 */
public class ContatinerInitException extends RuntimeException {

    private static final long serialVersionUID = 7065334226374339536L;

    public ContatinerInitException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy