View Javadoc
1 /*
2 * Created by IntelliJ IDEA.
3 * User: birchfield
4 * Date: Aug 18, 2002
5 * Time: 5:23:01 PM
6 * To change template for new class use
7 * Code Style | Class Templates options (Tools | IDE Options).
8 */
9 package net.plugin.sql.util;
10
11 public class DataSourceException extends Exception {
12
13 public DataSourceException(String message) {
14 super(message);
15 }
16
17 }
This page was automatically generated by Maven