Class NoCacheRegionFactoryAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoCacheRegionFactoryAvailableException
    extends CacheException
    Indicates a condition where a second-level cache implementation was expected to be to available, but none was found on the classpath.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoCacheRegionFactoryAvailableException

        public NoCacheRegionFactoryAvailableException()
        Constructs a NoCacheRegionFactoryAvailableException with a standard message.