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

com.hyf.hotrefresh.core.exception.AgentException Maven / Gradle / Ivy

package com.hyf.hotrefresh.core.exception;

/**
 * @author baB_hyf
 * @date 2021/12/12
 */
public class AgentException extends RefreshException {

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

    public AgentException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy