spring-framework / org.springframework.orm.hibernate5 / HibernateSystemException

HibernateSystemException

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

Constructors

<init>

HibernateSystemException(cause: HibernateException)

Create a new HibernateSystemException, wrapping an arbitrary HibernateException.