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

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

The newest version!
package gu.sql2java.exception;

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

	private static final long serialVersionUID = 8759289527194366795L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy