
com.pugwoo.dbhelper.exception.MustProvideConstructorException Maven / Gradle / Ivy
package com.pugwoo.dbhelper.exception;
/**
* deleteByKey的class必须有默认构造方法
*/
public class MustProvideConstructorException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public MustProvideConstructorException() {
}
public MustProvideConstructorException(String errmsg) {
super(errmsg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy