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

com.smattme.exceptions.MysqlBackup4JException Maven / Gradle / Ivy

Go to download

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,

There is a newer version: 1.3.0
Show newest version
package com.smattme.exceptions;

public class MysqlBackup4JException extends RuntimeException {

    public MysqlBackup4JException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy