1 /*
2 * Demosys.
3 *
4 * Terms of license - http://opensource.org/licenses/apachepl.php
5 */
6 package org.demosys.web.project;
7 /***
8 * Exception lancée par l'échec d'une création de projet
9 *
10 * @author ABOUELF
11 */
12 public class CreateProjectException extends Exception {
13 public CreateProjectException(String message) {
14 super(message);
15 }
16 }
This page was automatically generated by Maven