| 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 | |||||||
Hibernate-specific subclass of UncategorizedDataAccessException,
for Hibernate system errors that do not match any concrete
org.springframework.dao exceptions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
| cause | the HibernateException thrown |
|---|