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$
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 © 1999-2001 Apache Software Foundation. All Rights Reserved.