public class HibernateJdbcException extends UncategorizedDataAccessException
SessionFactoryUtils.convertHibernateAccessException(org.hibernate.HibernateException), 
Serialized Form| Constructor and Description | 
|---|
HibernateJdbcException(JDBCException ex)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getSql()
Return the SQL that led to the problem. 
 | 
java.sql.SQLException | 
getSQLException()
Return the underlying SQLException. 
 | 
contains, getMessage, getMostSpecificCause, getRootCausepublic HibernateJdbcException(JDBCException ex)