FileDocCategorySizeDatePackage
JDBCConnectionException.javaAPI DocHibernate 3.2.5620Sat Nov 20 17:11:28 GMT 2004org.hibernate.exception

JDBCConnectionException

public class JDBCConnectionException extends org.hibernate.JDBCException
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
author
Steve Ebersole

Fields Summary
Constructors Summary
public JDBCConnectionException(String string, SQLException root)

		super( string, root );
	
public JDBCConnectionException(String string, SQLException root, String sql)

		super( string, root, sql );
	
Methods Summary