com.smattme.exceptions.MysqlBackup4JException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mysql-backup4j Show documentation
Show all versions of mysql-backup4j Show documentation
This is a simple library for backing up mysql databases and sending to emails, cloud storage and so on.
It also provide a method for programmatically, importing SQL queries generated during the export process,
package com.smattme.exceptions;
public class MysqlBackup4JException extends RuntimeException {
public MysqlBackup4JException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy