com.nyvi.support.exception.SpringJDBCHelperException Maven / Gradle / Ivy
The newest version!
package com.nyvi.support.exception;
/**
*
* SpringJDBCHelper 异常
*
* @author czk
*/
public class SpringJDBCHelperException extends RuntimeException {
/**
* 序列化
*/
private static final long serialVersionUID = 522160850746758745L;
public SpringJDBCHelperException() {
}
public SpringJDBCHelperException(String message) {
super(message);
}
public SpringJDBCHelperException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy