FileDocCategorySizeDatePackage
CacheException.javaAPI DocHibernate 3.2.5432Tue May 08 20:56:58 BST 2007org.hibernate.cache

CacheException

public class CacheException extends org.hibernate.HibernateException
Something went wrong in the cache

Fields Summary
Constructors Summary
public CacheException(String s)

		super(s);
	
public CacheException(String s, Throwable e)

		super(s, e);
	
public CacheException(Throwable e)

		super(e);
	
Methods Summary