org.objectweb.perseus.cache.api

Class InvalidCacheEntryException


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)

Field Summary

Fields inherited from class org.objectweb.perseus.cache.api.CacheException

nestedException

Constructor Summary

InvalidCacheEntryException()
InvalidCacheEntryException(Exception nested)
InvalidCacheEntryException(Object oid)
InvalidCacheEntryException(String msg)
InvalidCacheEntryException(String msg, Exception nested)

Method Summary

Methods inherited from class org.objectweb.perseus.cache.api.CacheException

getNestedException

Constructor Details

InvalidCacheEntryException

public InvalidCacheEntryException()


InvalidCacheEntryException

public InvalidCacheEntryException(Exception nested)


InvalidCacheEntryException

public InvalidCacheEntryException(Object oid)


InvalidCacheEntryException

public InvalidCacheEntryException(String msg)


InvalidCacheEntryException

public InvalidCacheEntryException(String msg,
                                  Exception nested)


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.