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

net.anotheria.anosite.wizard.api.exception.WizardNotFoundException Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.wizard.api.exception;

/**
 * WizardNotFoundException as WizardAPIException.
 *
 * @author h3ll
 */
public class WizardNotFoundException extends WizardAPIException {

	/**
	 * Basic serial versionUid.
	 */
	private static final long serialVersionUID = -4831431741887119781L;

	/**
	 * Constructor.
	 *
	 * @param data id or name
	 */
	public WizardNotFoundException(String data) {
		super("Wizard not found " + data);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy