1 /**2 * Created on 18 juil. 20023 *4 * To change this generated comment edit the template variable "filecomment":5 * Window>Preferences>Java>Templates.6 * To enable and disable the creation of file comments go to7 * Window>Preferences>Java>Code Generation.8 */9 package com.bull.eclipse.jonas.actions;10 11 /**12 * @author Administrateur13 *14 * To change this generated comment edit the template variable "typecomment":15 * Window>Preferences>Java>Templates.16 * To enable and disable the creation of type comments go to17 * Window>Preferences>Java>Code Generation.18 */19 public class JonasActionException extends Exception {20 /**21 * Constructor JonasActionException.22 * @param string23 */24 public JonasActionException(String message) {25 super(message);26 }27 28 29 30 31 }32