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

net.sf.itcb.common.business.exceptions.GenericBusinessItcbException Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package net.sf.itcb.common.business.exceptions;


/**
 * This class can be used to throw a generic business exception
 * @author Pierre Le Roux
 *
 */
public class GenericBusinessItcbException extends BusinessItcbException {

	private static final long serialVersionUID = 1L;
	
	public GenericBusinessItcbException(
			GenericExceptionMappingErrors exceptionMappingErrors,
			String localizedMessage) {
		super(exceptionMappingErrors, localizedMessage);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy