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

GenericJDBCException

public class GenericJDBCException extends org.hibernate.JDBCException
Generic, non-specific JDBCException.
author
Steve Ebersole

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

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

		super( string, root, sql );
	
Methods Summary