public class

HibernateSystemException

extends UncategorizedDataAccessException
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.hibernate3.HibernateSystemException

Class Overview

Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.

Summary

Public Constructors
HibernateSystemException(HibernateException cause)
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HibernateSystemException (HibernateException cause)

Create a new HibernateSystemException, wrapping an arbitrary HibernateException.

Parameters
cause the HibernateException thrown