public class

NoCachingEnabledException

extends CacheException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.cache.CacheException
             ↳ org.hibernate.cache.NoCachingEnabledException

Class Overview

Implementation of NoCachingEnabledException.

Summary

Public Constructors
NoCachingEnabledException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoCachingEnabledException ()