
com.fathzer.jdbbackup.IllegalNamePattern Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbbackup Show documentation
Show all versions of jdbbackup Show documentation
A simple java library to perform db backup stored in dropbox
The newest version!
package com.fathzer.jdbbackup;
public class IllegalNamePattern extends InvalidArgument {
private static final long serialVersionUID = 1L;
public IllegalNamePattern(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy