gu.sql2java.exception.QueueStopException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-base Show documentation
Show all versions of sql2java-base Show documentation
sql2java common class package
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