com.xpn.xwiki.cache.api
Class XWikiCacheNeedsRefreshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.cache.api.XWikiCacheNeedsRefreshException
All Implemented Interfaces:
java.io.Serializable

public class XWikiCacheNeedsRefreshException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception e
           
 
Constructor Summary
XWikiCacheNeedsRefreshException(com.opensymphony.oscache.base.NeedsRefreshException e)
           
 
Method Summary
 java.lang.String getMessage()
          Returns the detail message string of this throwable.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

e

protected java.lang.Exception e
Constructor Detail

XWikiCacheNeedsRefreshException

public XWikiCacheNeedsRefreshException(com.opensymphony.oscache.base.NeedsRefreshException e)
Method Detail

getMessage

public java.lang.String getMessage()
Returns the detail message string of this throwable.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the detail message string of this Throwable instance (which may be null).


Copyright 2003 Ludovic Dubost