All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.lingkang.finalsql.error.ResultHandlerException Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy