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

chao.java.tools.servicepool.ExceptionHandler Maven / Gradle / Ivy

package chao.java.tools.servicepool;

/**
 * @author luqin
 * @since 2019-08-20
 */
public interface ExceptionHandler {
    void onException(Throwable e, String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy