Class HibernateSystemException

All Implemented Interfaces:
Serializable

public class HibernateSystemException extends UncategorizedDataAccessException
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
Since:
4.2
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • HibernateSystemException

      public HibernateSystemException(@Nullable HibernateException cause)
      Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
      Parameters:
      cause - the HibernateException thrown