org.hibernate.cache
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.cache.CacheException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoCacheRegionFactoryAvailableException
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-2012 Red Hat, Inc. All Rights Reserved.