View Javadoc

1   package salto.tool.sql;
2   
3   /***
4    * Insérez la description du type à cet endroit.
5    *  Date de création : (23/09/01 09:13:12)
6    * @author : Administrator
7    */
8   public class DatabaseException extends Exception {
9   /***
10   * Commentaire relatif au constructeur DatabaseException.
11   */
12  public DatabaseException() {
13  	super();
14  }
15  /***
16   * Commentaire relatif au constructeur DatabaseException.
17   * @param s java.lang.String
18   */
19  public DatabaseException(String s) {
20  	super(s);
21  }
22  }