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

fun.tusi.limit.service.LimitCatException Maven / Gradle / Ivy

There is a newer version: 1.0.5-sb3
Show newest version
package fun.tusi.limit.service;

import java.io.Serializable;

/**
 * 流控异常
 * @author xy783
 */
public class LimitCatException extends RuntimeException implements Serializable {

    private static final long serialVersionUID = -1660174411947378014L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy