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

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

package me.zzp.ar.ex;

/**
 * 表不存在。
 * 
 * @since 1.0
 * @author redraiment
 */
public class IllegalTableNameException extends RuntimeException {
  public IllegalTableNameException(String tableName, Throwable e) {
    super(String.format("illegal table %s", tableName), e);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy