![JAR search and dependency download from the Maven repository](/logo.png)
com.hyf.hotrefresh.remoting.exception.ServerException Maven / Gradle / Ivy
package com.hyf.hotrefresh.remoting.exception;
/**
* @author baB_hyf
* @date 2022/05/15
*/
public class ServerException extends Exception {
public ServerException(String message) {
super(message);
}
public ServerException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy