File
Doc
Category
Size
Date
Package
GenericJDBCException.java
API Doc
Hibernate 3.2.5
512
Sat Nov 20 17:11:28 GMT 2004
org.hibernate.exception
GenericJDBCException
java.lang.Object
org.hibernate.JDBCException
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
Java Code Source