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

cn.ymatrix.exception.WorkerPoolShutdownException Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package cn.ymatrix.exception;

/**
 * Worker Pool has been shutdown.
 */
public class WorkerPoolShutdownException extends RuntimeException {
    public WorkerPoolShutdownException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy