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