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

cn.acyou.leo.framework.exception.ServerInternalException Maven / Gradle / Ivy

package cn.acyou.leo.framework.exception;

/**
 * 服务500异常
 * @author fangyou
 * @version [1.0.0, 2021-11-18 19:56]
 */
public class ServerInternalException extends RuntimeException {
    public ServerInternalException() {
        super();
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy