Uses of Class
com.ibm.websphere.cache.exception.DynamicCacheException

Packages that use DynamicCacheException
com.ibm.websphere.cache   
com.ibm.websphere.cache.exception   
 

Uses of DynamicCacheException in com.ibm.websphere.cache
 

Methods in com.ibm.websphere.cache that throw DynamicCacheException
 void DistributedNioMap.put(java.lang.Object key, java.lang.Object value, java.lang.Object userMetaData, int priority, int timeToLive, int inactivityTime, int sharingPolicy, java.lang.Object[] dependencyIds, java.lang.Object[] alias, boolean skipMemoryAndWriteToDisk)
          Associates the specified value with the specified key in this map.
 

Uses of DynamicCacheException in com.ibm.websphere.cache.exception
 

Subclasses of DynamicCacheException in com.ibm.websphere.cache.exception
 class DiskCacheEntrySizeOverLimitException
          Signals that the cache entry size is over the configured "diskCacheEntrySizeInMB" limit when writing the cache entry to the disk cache.
 class DiskCacheUsingOldFormatException
           
 class DiskIOException
          Signals that a disk IO exception has occurred when writing the cache entry to the disk cache.
 class DiskOffloadNotEnabledException
          Signals that the disk offload feature for the cache instance is not enabled to perform this operation.
 class DiskSizeInEntriesOverLimitException
          Signals that the disk cache size in entries is over the configured "diskCacheSize" limit when writing the cache entry to the disk cache.
 class 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.
 class DynamicCacheServiceNotStarted
          The Dynamic cache service has not started.
 class MiscellaneousException
          Signals that a runtime exception other than a disk IOException has occurred when writing the cache entry to the disk cache.
 class SerializationException
          Signals that a serialization exception has occurred when writing the cache entry to the disk cache.