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

online.sanen.unabo.api.exception.SupportsException Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package online.sanen.unabo.api.exception;

import online.sanen.unabo.api.structure.enums.ProductType;

/**
 * 
 * @author LazyToShow
 * Date: 2018/06/12
 * Time: 09:17
 */
public class SupportsException extends RuntimeException{

	private static final long serialVersionUID = 9071750235589645848L;
	
	public SupportsException(ProductType productType) {
		super("Database types are not currently supported:"+productType.toString());
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy