org.apache.turbine.services.cache
Class ObjectExpiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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.1.1.1 2001/08/16 05:08:50 jvanzyl Exp $
Author:
Dave Bryson
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ObjectExpiredException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ObjectExpiredException

public ObjectExpiredException()


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.