Class DiskSizeOverLimitException

All Implemented Interfaces:
Serializable

public class DiskSizeOverLimitException extends DynamicCacheException
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.
See Also:
  • Constructor Details

    • DiskSizeOverLimitException

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