Class EmbeddedCacheManagerStartupException

  • All Implemented Interfaces:
    Serializable

    public class EmbeddedCacheManagerStartupException
    extends CacheException
    An exception to encapsulate an error when starting up a cache manager
    Since:
    4.2.2
    Author:
    Manik Surtani
    See Also:
    Serialized Form
    • Constructor Detail

      • EmbeddedCacheManagerStartupException

        public EmbeddedCacheManagerStartupException()
      • EmbeddedCacheManagerStartupException

        public EmbeddedCacheManagerStartupException​(Throwable cause)
      • EmbeddedCacheManagerStartupException

        public EmbeddedCacheManagerStartupException​(String msg)
      • EmbeddedCacheManagerStartupException

        public EmbeddedCacheManagerStartupException​(String msg,
                                                    Throwable cause)