Package org.apache.fulcrum.cache
Class ObjectExpiredException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.fulcrum.cache.ObjectExpiredException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ObjectExpiredException extends Exception Exception thrown when an item either does not exist or has expired from the GlobalCache.- Version:
- $Id: ObjectExpiredException.java 670326 2008-06-22 09:31:47Z tv $
- Author:
- Dave Bryson
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ObjectExpiredException()
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-