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

me.pagar.exception.FormatException Maven / Gradle / Ivy

The newest version!
package me.pagar.exception;

public class FormatException extends Exception {
private static final long serialVersionUID = -7040319740172868492L;
	public FormatException(String message){
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy