Package org.hibernate.cache
Class NoCacheRegionFactoryAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.cache.CacheException
-
- org.hibernate.cache.NoCacheRegionFactoryAvailableException
-
- All Implemented Interfaces:
Serializable
public class NoCacheRegionFactoryAvailableException extends CacheException
Indicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCacheRegionFactoryAvailableException()
Constructs a NoCacheRegionFactoryAvailableException with a standard message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-