Class CacheMissException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.repo.content.caching.CacheMissException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheMissException extends java.lang.RuntimeExceptionCacheMissException 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheMissException(java.lang.String contentUrl)
-