@Version("1.0.0")
Package com.ibm.websphere.cache.exception
-
Exception Summary Exception Description DiskCacheEntrySizeOverLimitException Signals that the cache entry size is over the configured "diskCacheEntrySizeInMB" limit when writing the cache entry to the disk cache.DiskCacheUsingOldFormatException DiskIOException Signals that a disk IO exception has occurred when writing the cache entry to the disk cache.DiskOffloadNotEnabledException Signals that the disk offload feature for the cache instance is not enabled to perform this operation.DiskSizeInEntriesOverLimitException Signals that the disk cache size in entries is over the configured "diskCacheSize" limit when writing the cache entry to the disk cache.DiskSizeOverLimitException Signals that either (1) there is no disk space available or (2) the disk cache size in GB is over the configured "diskCacheSizeInGB" limit when writing the cache entry to the disk cache.DynamicCacheException Signals that a generic cache exception has occurred.DynamicCacheServiceNotStarted The Dynamic cache service has not started.MiscellaneousException Signals that a runtime exception other than a disk IOException has occurred when writing the cache entry to the disk cache.SerializationException Signals that a serialization exception has occurred when writing the cache entry to the disk cache.