Class BasicSQLExceptionConverter
java.lang.Object
org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
A helper to centralize conversion of
SQLException
s to JDBCException
s.
Used while querying JDBC metadata during bootstrapping
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
BasicSQLExceptionConverter
public BasicSQLExceptionConverter()
-
-
Method Details
-
convert
Perform a conversion.- Parameters:
sqlException
- The exception to convert.- Returns:
- The converted exception.
-