ostore.cache
Class CacheMissException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.cache.CacheException
                    |
                    +--ostore.cache.CacheMissException
All Implemented Interfaces:
Serializable

public class CacheMissException
extends CacheException

Version:
$Id: CacheMissException.java,v 1.2 2001/11/09 01:06:43 lhtung Exp $
Author:
Larry Tung
See Also:
Serialized Form

Method Summary
 CacheableIdentity getId()
           
 
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
 

Method Detail

getId

public CacheableIdentity getId()