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

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

The newest version!
package com.agimatec.jdbc;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy