org.springframework.orm.hibernate4
Class HibernateJdbcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.orm.hibernate4.HibernateJdbcException
- All Implemented Interfaces:
- java.io.Serializable
public class HibernateJdbcException
- extends org.springframework.dao.UncategorizedDataAccessException
Hibernate-specific subclass of UncategorizedDataAccessException,
for JDBC exceptions that Hibernate wrapped.
- Since:
- 3.1
- Author:
- Juergen Hoeller
- See Also:
SessionFactoryUtils.convertHibernateAccessException(org.hibernate.HibernateException)
,
Serialized Form
Method Summary |
java.lang.String |
getSql()
Return the SQL that led to the problem. |
java.sql.SQLException |
getSQLException()
Return the underlying SQLException. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HibernateJdbcException
public HibernateJdbcException(org.hibernate.JDBCException ex)
getSQLException
public java.sql.SQLException getSQLException()
- Return the underlying SQLException.
getSql
public java.lang.String getSql()
- Return the SQL that led to the problem.