open class HibernateSystemException : UncategorizedDataAccessException
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
Author
Juergen Hoeller
Since
4.2
See Also
SessionFactoryUtils#convertHibernateAccessException
HibernateSystemException(cause: HibernateException)
Create a new HibernateSystemException, wrapping an arbitrary HibernateException. |