org.apache.turbine.services.cache
Class ObjectExpiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.turbine.services.cache.ObjectExpiredException
All Implemented Interfaces:
java.io.Serializable

public class ObjectExpiredException
extends java.lang.Exception

Exception thrown when an item either does not exist or has expired from the GlobalCache.

Version:
$Id: ObjectExpiredException.java,v 1.3.2.2 2004/05/20 03:05:19 seade Exp $
Author:
Dave Bryson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ObjectExpiredException()
           
 
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 © 2000-2004 Apache Software Foundation. All Rights Reserved.