Class CacheMissException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.repo.content.caching.CacheMissException
- All Implemented Interfaces:
Serializable
CacheMissException will be thrown if an attempt is made to read content from the ContentCache when it is not in the cache.
- Author:
- Matt Ward
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheMissException
- Parameters:
contentUrl- URL of content that was attempted to be retrieved.
-