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

es.prodevelop.pui9.controllers.exceptions.PuiControllersFromJsonException Maven / Gradle / Ivy

package es.prodevelop.pui9.controllers.exceptions;

public class PuiControllersFromJsonException extends AbstractPuiControllersException {

	private static final long serialVersionUID = 1L;

	public static final Integer CODE = 801;

	public PuiControllersFromJsonException(String error) {
		super(CODE, error);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy