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

gu.sql2java.exception.QueueStopException Maven / Gradle / Ivy

There is a newer version: 5.3.2
Show newest version
package gu.sql2java.exception;

/**
 * 队列停止
 * @author guyadong
 * @since 3.15.4
 *
 */
public class QueueStopException extends QueueTimeoutException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy