public class

CacheException

extends HibernateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.cache.CacheException
Known Direct Subclasses

Class Overview

Something went wrong in the cache

Summary

Public Constructors
CacheException(String s)
CacheException(String s, Throwable e)
CacheException(Throwable e)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CacheException (String s)

public CacheException (String s, Throwable e)

public CacheException (Throwable e)