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