cn.hippo4j.starter.core.ShutdownExecuteException Maven / Gradle / Ivy
package cn.hippo4j.starter.core;
/**
* Shutdown execute exception.
*
* @author chen.ma
* @date 2021/12/9 21:48
*/
public class ShutdownExecuteException extends Exception {
public ShutdownExecuteException() {
super("Execute task when stopped.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy