open class HibernateJdbcException : UncategorizedDataAccessException
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
Author
Juergen Hoeller
Since
4.2
See Also
SessionFactoryUtils#convertHibernateAccessException
HibernateJdbcException(ex: JDBCException) |
open fun getSQLException(): SQLException
Return the underlying SQLException. |
|
open fun getSql(): String
Return the SQL that led to the problem. |