com.xpn.xwiki.cache.api
Class XWikiCacheNeedsRefreshException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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.

Returns:
the detail message string of this Throwable instance (which may be null).


Copyright 2003 Ludovic Dubost