
com.pugwoo.dbhelper.exception.NotAllowQueryException Maven / Gradle / Ivy
package com.pugwoo.dbhelper.exception;
public class NotAllowQueryException extends RuntimeException {
private static final long serialVersionUID = 1L;
public NotAllowQueryException() {
}
public NotAllowQueryException(String errmsg) {
super(errmsg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy