Uses of Class
net.sf.hibernate.exception.NestableRuntimeException

Packages that use NestableRuntimeException
net.sf.hibernate   
 

Uses of NestableRuntimeException in net.sf.hibernate
 

Subclasses of NestableRuntimeException in net.sf.hibernate
 class AssertionFailure
          Indicates failure of an assertion: a possible bug in Hibernate.
 class LazyInitializationException
          A problem occurred trying to lazily initialize a collection or proxy (for example the session was closed) or iterate query results.