org.hibernate.dialect.resolver
Class BasicSQLExceptionConverter
java.lang.Object
org.hibernate.dialect.resolver.BasicSQLExceptionConverter
public class BasicSQLExceptionConverter
- extends Object
A helper to centralize conversion of SQLException
s to JDBCException
s.
- 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 © null-null Red Hat Middleware, LLC. All Rights Reserved