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

es.prodevelop.pui9.exceptions.PuiServiceExistsException Maven / Gradle / Ivy

There is a newer version: 1.18.0
Show newest version
package es.prodevelop.pui9.exceptions;

public class PuiServiceExistsException extends PuiServiceException {

	private static final long serialVersionUID = 1L;

	public static final Integer CODE = 810;

	public PuiServiceExistsException(AbstractPuiDaoException cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy