Hibernate-specific subclass of UncategorizedDataAccessException,
for Hibernate system errors that do not match any concrete
org.springframework.dao exceptions.
author: Juergen Hoeller since: 1.2 See Also:SessionFactoryUtils.convertHibernateAccessException
Constructor Summary
public
HibernateSystemException(HibernateException cause) Create a new HibernateSystemException,
wrapping an arbitrary HibernateException.
Constructor Detail
HibernateSystemException
public HibernateSystemException(HibernateException cause)(Code)
Create a new HibernateSystemException,
wrapping an arbitrary HibernateException.
Parameters: cause - the HibernateException thrown