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

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