org.apache.fulcrum.cache
Class ObjectExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 Summary
ObjectExpiredException()
           
 
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

ObjectExpiredException

public ObjectExpiredException()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.