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