Class EmbeddedCacheManagerStartupException

  • All Implemented Interfaces:
    java.io.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​(java.lang.Throwable cause)
      • EmbeddedCacheManagerStartupException

        public EmbeddedCacheManagerStartupException​(java.lang.String msg)
      • EmbeddedCacheManagerStartupException

        public EmbeddedCacheManagerStartupException​(java.lang.String msg,
                                                    java.lang.Throwable cause)