Class NoStatsForCache

All Implemented Interfaces:
Serializable

public class NoStatsForCache extends RuntimeException
Read operations on CacheStatistics throw this RuntimeException when no statistics exist for the specified cache.
Since:
5.0
Author:
Matt Ward
See Also:
  • Constructor Details

    • NoStatsForCache

      public NoStatsForCache(String cacheName)
  • Method Details

    • getCacheName

      public String getCacheName()