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

io.github.wycst.wast.jdbc.exception.OqlParematerException Maven / Gradle / Ivy

Go to download

Wast is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines

There is a newer version: 0.0.20
Show newest version
package io.github.wycst.wast.jdbc.exception;

/**
 * @Author: wangy
 * @Date: 2021/2/15 20:06
 * @Description:
 */
public class OqlParematerException extends RuntimeException {

    public OqlParematerException(String message) {
        super(message);
    }

    public OqlParematerException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy