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);
}
}