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:
  • Constructor Details

    • CacheMissException

      public CacheMissException(String contentUrl)
      Parameters:
      contentUrl - URL of content that was attempted to be retrieved.