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

    • DiskCacheEntrySizeOverLimitException

      public DiskCacheEntrySizeOverLimitException(String message)
      Constructs a DiskCacheEntrySizeOverLimitException with the specified detail message.