Class CacheMissException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CacheMissException
    extends java.lang.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​(java.lang.String contentUrl)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CacheMissException

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