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

net.anotheria.anodoc.service.NoStorageForModuleException Maven / Gradle / Ivy

package net.anotheria.anodoc.service;

/**
 * Thrown when the {@link net.anotheria.anodoc.service.IModuleService} needs 
 * to store or load a module instance, but doesn't have the appropriate storage configured. 
 */
public class NoStorageForModuleException extends Exception{
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public NoStorageForModuleException(String moduleId){
		super("No storage for module: "+moduleId);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy