Class EmbeddedCacheManagerStartupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.manager.EmbeddedCacheManagerStartupException
All Implemented Interfaces:
Serializable

public class EmbeddedCacheManagerStartupException extends org.infinispan.commons.CacheException
An exception to encapsulate an error when starting up a cache manager
Since:
4.2.2
Author:
Manik Surtani
See Also:
  • Constructor Details

    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException()
    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException(Throwable cause)
    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException(String msg)
    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException(String msg, Throwable cause)