org.objectweb.perseus.cache.api
Class CacheException
Exception
org.objectweb.perseus.cache.api.CacheException
public class CacheException
extends Exception
It represents an exception occrured in a CacheManager. It can contain a
nested exception.
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
nestedException
protected Exception nestedException
CacheException
public CacheException()
CacheException
public CacheException(Exception nested)
CacheException
public CacheException(String msg)
CacheException
public CacheException(String msg,
Exception nested)
getNestedException
public Exception getNestedException()
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.