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

net.sf.itcb.common.client.exceptions.ClientItcbException Maven / Gradle / Ivy

Go to download

This module is the common client module for calling webservices (server module). It defines all generic treatements that allows calling webservices

There is a newer version: 0.7.3
Show newest version
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