org.alfresco.repo.content.caching
Class CacheMissException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.alfresco.repo.content.caching.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.

See Also:
Serialized Form

Constructor Summary
CacheMissException(java.lang.String contentUrl)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.