org.objectweb.perseus.cache.api
Class InvalidCacheEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.perseus.cache.api.CacheException
org.objectweb.perseus.cache.api.InvalidCacheEntryException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidCacheEntryException
- extends CacheException
This exception is raised when a CacheEntry has been evicted from the cache,
and fix is called.
- Author:
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
- See Also:
- Serialized Form
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 |
InvalidCacheEntryException
public InvalidCacheEntryException(java.lang.Object oid)
InvalidCacheEntryException
public InvalidCacheEntryException()
InvalidCacheEntryException
public InvalidCacheEntryException(java.lang.String msg)
InvalidCacheEntryException
public InvalidCacheEntryException(java.lang.Exception nested)
InvalidCacheEntryException
public InvalidCacheEntryException(java.lang.String msg,
java.lang.Exception nested)
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.