Class DiskCacheEntrySizeOverLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.websphere.cache.exception.DynamicCacheException
-
- com.ibm.websphere.cache.exception.DiskCacheEntrySizeOverLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class DiskCacheEntrySizeOverLimitException extends DynamicCacheException
Signals that the cache entry size is over the configured "diskCacheEntrySizeInMB" limit when writing the cache entry to the disk cache.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiskCacheEntrySizeOverLimitException(java.lang.String message)
Constructs a DiskCacheEntrySizeOverLimitException with the specified detail message.
-