net.sf.itcb.common.business.exceptions.GenericBusinessItcbException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of itcb-common-business Show documentation
Show all versions of itcb-common-business Show documentation
This module is the common module that must depend all the business modules.
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