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
Indicates a condition where a second-level cache implementation was expected to be available, but
none was found on the classpath.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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
-
Constructor Details
-
NoCacheRegionFactoryAvailableException
public NoCacheRegionFactoryAvailableException()Constructs a NoCacheRegionFactoryAvailableException with a standard message.
-