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

me.zzp.ar.ex.SqlExecuteException Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package me.zzp.ar.ex;

/**
 * 执行SQL时遇到任何问题抛出此异常。
 * 
 * @since 1.0
 * @author redraiment
 */
public class SqlExecuteException extends RuntimeException {
  public SqlExecuteException(String sql, Throwable cause) {
    super(sql, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy