org.hibernate.cache
Class CacheException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.HibernateException
org.hibernate.HibernateException
                   org.hibernate.cache.CacheException
org.hibernate.cache.CacheException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- NoCachingEnabledException
- public class CacheException 
- extends HibernateException
Something went wrong in the cache
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
CacheException
public CacheException(String s)
CacheException
public CacheException(String s,
                      Throwable e)
CacheException
public CacheException(Throwable e)
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.