Package org.alfresco.repo.cache
Class NoStatsForCache
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.repo.cache.NoStatsForCache
-
- All Implemented Interfaces:
Serializable
public class NoStatsForCache extends RuntimeException
Read operations onCacheStatisticsthrow this RuntimeException when no statistics exist for the specified cache.- Since:
- 5.0
- Author:
- Matt Ward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStatsForCache(String cacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-