net.sf.itcb.common.client.exceptions.ClientItcbException Maven / Gradle / Ivy
package net.sf.itcb.common.client.exceptions;
import net.sf.itcb.common.business.exceptions.TechnicalItcbException;
/**
* Technical client problem uses this exception {@link net.sf.itcb.common.business.exceptions.CommonItcbException}
*
* @author Pierre Le Roux
*/
public class ClientItcbException extends TechnicalItcbException {
private static final long serialVersionUID = 1L;
public ClientItcbException(ClientItcbExceptionMappingErrors ex, String localizedMessage) {
super(ex, localizedMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy