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

com.zxyinfo.exception.InitializeDatabaseException Maven / Gradle / Ivy

package com.zxyinfo.exception;

/**
 * @author joewee
 * @version 1.0.0
 * @date 2021/9/21 20:38
 */
public class InitializeDatabaseException extends RuntimeException{
  public InitializeDatabaseException(String s, Exception throwable) {
    super(s,throwable);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy