Class 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 Detail

      • CacheMissException

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