Class CacheMissException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.repo.content.caching.CacheMissException
-
- All Implemented Interfaces:
Serializable
public class CacheMissException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheMissException(String contentUrl)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CacheMissException
public CacheMissException(String contentUrl)
- Parameters:
contentUrl- URL of content that was attempted to be retrieved.
-
-