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

com.pongsky.kit.exception.FrequencyException Maven / Gradle / Ivy

There is a newer version: 3.10.1-2.4.13
Show newest version
package com.pongsky.kit.exception;

/**
 * 频率异常
 *
 * @author pengsenhao
 */
public class FrequencyException extends RuntimeException {

    private static final long serialVersionUID = -954678963872186012L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy