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

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

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

/**
 * 未找到相应的方言。
 * 
 * @since 1.0
 * @author redraiment
 */
public class UnsupportedDatabaseException extends RuntimeException {
  public UnsupportedDatabaseException(String product) {
    super(String.format("Unsupported Database: %s", product));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy