![JAR search and dependency download from the Maven repository](/logo.png)
top.lingkang.finalsql.error.ResultHandlerException Maven / Gradle / Ivy
The newest version!
package top.lingkang.finalsql.error;
/**
* @author lingkang
* Created by 2022/4/13
*/
public class ResultHandlerException extends FinalException{
public ResultHandlerException(String message) {
super(message);
}
public ResultHandlerException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy