package exo1.entreprise;

/**
 * @author ouziri
 * @version 1.0 
 *
 */

public class ServiceExistantException extends RuntimeException {

	public ServiceExistantException(String nom) {
		super(nom);	
	}
}
