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:
  • Constructor Details

    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException()
    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException(Throwable cause)
    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException(String msg)
    • EmbeddedCacheManagerStartupException

      public EmbeddedCacheManagerStartupException(String msg, Throwable cause)