org.hibernate.dialect.resolver
Class BasicSQLExceptionConverter
java.lang.Object
   org.hibernate.dialect.resolver.BasicSQLExceptionConverter
org.hibernate.dialect.resolver.BasicSQLExceptionConverter
- public class BasicSQLExceptionConverter 
- extends Object
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
- Author:
- Steve Ebersole
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final BasicSQLExceptionConverter INSTANCE
MSG
public static final String MSG
- See Also:
- Constant Field Values
BasicSQLExceptionConverter
public BasicSQLExceptionConverter()
convert
public JDBCException convert(SQLException sqlException)
- Perform a conversion.
 
- 
- Parameters:
- sqlException- The exception to convert.
- Returns:
- The converted exception.
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.