public abstract class DynamicCacheException
extends java.lang.Exception
Signals that a generic cache exception has occurred. This class is the base class for
the specific exceptions thrown by Dynamic cache. If a DynamicCacheException occurs while
writing the cache entry to disk cache, the cache entry and its related entries are removed
from the memory and disk cache.