com.aliyun.datahub.exception.MysqlException Maven / Gradle / Ivy
package com.aliyun.datahub.exception;
public class MysqlException extends DatahubServiceException {
public MysqlException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy