FileDocCategorySizeDatePackage
NoCachingEnabledException.javaAPI DocHibernate 3.2.5551Fri Apr 15 13:20:04 BST 2005org.hibernate.cache

NoCachingEnabledException

public class NoCachingEnabledException extends CacheException
Implementation of NoCachingEnabledException.
author
Steve Ebersole

Fields Summary
private static final String
MSG
Constructors Summary
public NoCachingEnabledException()


	  
		super( MSG );
	
Methods Summary