All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.agimatec.jdbc.JdbcException Maven / Gradle / Ivy

There is a newer version: 2.5.27
Show newest version
package com.agimatec.jdbc;

/**
 * Description: 
* User: roman.stumm
* Date: 04.04.2007
* Time: 12:36:41
* Copyright: Agimatec GmbH */ public class JdbcException extends RuntimeException { public JdbcException(Throwable cause) { super(cause); } public JdbcException(String cause) { super(cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy