com.pongsky.kit.common.exception.FrequencyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-common Show documentation
Show all versions of spring-boot-starter-common Show documentation
Java 增强套件 之 公共 Spring Boot Starter 模块
The newest version!
package com.pongsky.kit.common.exception;
/**
* 频率异常
*
* @author pengsenhao
*/
public class FrequencyException extends RuntimeException {
private static final long serialVersionUID = 2596232230763766530L;
public FrequencyException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy