net.sf.itcb.common.client.exceptions.ClientItcbException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of itcb-common-client Show documentation
Show all versions of itcb-common-client Show documentation
This module is the common client module for calling webservices (server module). It defines all generic treatements that allows calling webservices
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