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

pro.jk.ejoker.common.system.exceptions.ArgumentException Maven / Gradle / Ivy

There is a newer version: 3.0.7.1
Show newest version
package pro.jk.ejoker.common.system.exceptions;

public class ArgumentException extends RuntimeException {
	/**
	 * 
	 */
	private static final long serialVersionUID = 7528569511738308678L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy