CacheExceptionpublic class CacheException extends org.hibernate.HibernateException Something went wrong in the cache |
Constructors Summary |
---|
public CacheException(String s)
super(s);
| public CacheException(String s, Throwable e)
super(s, e);
| public CacheException(Throwable e)
super(e);
|
|